Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/
Date: Sun, 26 Aug 2018 17:40:37
Message-Id: 1535304857.a46bfe052ae0206121cc3f6fd3e5016e0c971251.mgorny@gentoo
1 commit: a46bfe052ae0206121cc3f6fd3e5016e0c971251
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:34:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:34:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46bfe05
7
8 net-print/foomatic-db-engine: Remove support for non-existent deps
9
10 net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild | 4 ++--
11 net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
15 index a4405f8fe80..9dd5fdc3102 100644
16 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
17 +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -18,7 +18,7 @@ IUSE=""
25 DEPEND="net-print/cups"
26 RDEPEND="
27 dev-libs/libxml2
28 - || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters )
29 + >=net-print/cups-filters-1.0.43-r1[foomatic]
30 "
31 PDEPEND="net-print/foomatic-db"
32
33
34 diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
35 index 1043eb1c108..c714859db0b 100644
36 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
37 +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -19,7 +19,7 @@ DEPEND="net-print/cups
45 virtual/pkgconfig"
46 RDEPEND="
47 dev-libs/libxml2
48 - || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters )
49 + >=net-print/cups-filters-1.0.43-r1[foomatic]
50 "
51 PDEPEND="net-print/foomatic-db"