diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-27 22:36:28 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-27 22:36:28 +0000 |
commit | 9092dd8e8fc66d33f17e1ce304b6e0424a4d0f5c (patch) | |
tree | c732911750a5d3f85fb1cc46dc1d9ca3a14d9f20 /net-print | |
parent | Add cups-filters as alternative to dead foomatic-filters (diff) | |
download | gentoo-2-9092dd8e8fc66d33f17e1ce304b6e0424a4d0f5c.tar.gz gentoo-2-9092dd8e8fc66d33f17e1ce304b6e0424a4d0f5c.tar.bz2 gentoo-2-9092dd8e8fc66d33f17e1ce304b6e0424a4d0f5c.zip |
Add cups-filters as alternative to dead foomatic-filters
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-db-engine/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog index 60327a6f2484..5cd0de1d0ea4 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.75 2013/12/24 12:54:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.76 2013/12/27 22:36:28 dilfridge Exp $ + + 27 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org> + foomatic-db-engine-4.0.9.ebuild: + Add cups-filters as alternative to dead foomatic-filters 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> foomatic-db-engine-4.0.9.ebuild: 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 57c384d110a4..159a395a939e 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 # 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.8 2013/12/24 12:54:43 ago Exp $ +# $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 $ EAPI=5 @@ -18,7 +18,8 @@ IUSE="" DEPEND="net-print/cups" RDEPEND=" dev-libs/libxml2 - net-print/foomatic-filters" + || ( >=net-print/cups-filters-1.0.43 net-print/foomatic-filters ) +" PDEPEND="net-print/foomatic-db" src_prepare() { |