diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-05 21:58:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-05 21:58:33 +0000 |
commit | df4518757e553f41e9cb22e65d9e31fbb67dd0d7 (patch) | |
tree | 466b7f13d9f12b5185cc4fccdab06d075c4902ca /net-print/foomatic-db-engine | |
parent | Fix foomatic dependency (diff) | |
download | gentoo-2-df4518757e553f41e9cb22e65d9e31fbb67dd0d7.tar.gz gentoo-2-df4518757e553f41e9cb22e65d9e31fbb67dd0d7.tar.bz2 gentoo-2-df4518757e553f41e9cb22e65d9e31fbb67dd0d7.zip |
Fix foomatic dependency
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-print/foomatic-db-engine')
-rw-r--r-- | net-print/foomatic-db-engine/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild | 7 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog index 5cd0de1d0ea4..778f7b8701c8 100644 --- a/net-print/foomatic-db-engine/ChangeLog +++ b/net-print/foomatic-db-engine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/foomatic-db-engine -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.76 2013/12/27 22:36:28 dilfridge Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.77 2014/01/05 21:58:33 dilfridge Exp $ + + 05 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + foomatic-db-engine-4.0.8.ebuild, foomatic-db-engine-4.0.9.ebuild: + Fix foomatic dependency 27 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org> foomatic-db-engine-4.0.9.ebuild: diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild index f6c7eebf7386..5cc78684f9e7 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild,v 1.11 2013/09/05 05:39:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild,v 1.12 2014/01/05 21:58:33 dilfridge Exp $ EAPI="2" @@ -18,7 +18,8 @@ IUSE="" DEPEND="net-print/cups" RDEPEND=" dev-libs/libxml2 - net-print/foomatic-filters" + || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters ) +" PDEPEND="net-print/foomatic-db" src_prepare() { diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild index 159a395a939e..8b9c0a188793 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild,v 1.9 2013/12/27 22:36:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild,v 1.10 2014/01/05 21:58:33 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" DEPEND="net-print/cups" RDEPEND=" dev-libs/libxml2 - || ( >=net-print/cups-filters-1.0.43 net-print/foomatic-filters ) + || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters ) " PDEPEND="net-print/foomatic-db" |