diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-05-05 10:05:39 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-05-05 10:05:39 +0000 |
commit | 16e67610978b9cd061ab3289021309357cc31c20 (patch) | |
tree | fc9dd950ff7444a7b6cf7af9e964b99f752f17ad | |
parent | version bump (diff) | |
download | gentoo-2-16e67610978b9cd061ab3289021309357cc31c20.tar.gz gentoo-2-16e67610978b9cd061ab3289021309357cc31c20.tar.bz2 gentoo-2-16e67610978b9cd061ab3289021309357cc31c20.zip |
Fix DEPEND thanks to Miguel <mlastral@ugr.es> in bug 132322
(Portage version: 2.1_pre10-r2)
-rw-r--r-- | net-print/foomatic/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/foomatic/files/digest-foomatic-3.0.2 | 1 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-3.0.2.ebuild | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog index 241888fd6119..d5464fb45535 100644 --- a/net-print/foomatic/ChangeLog +++ b/net-print/foomatic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/foomatic -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.38 2005/06/06 22:31:59 lanius Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.39 2006/05/05 10:05:39 genstef Exp $ + + 05 May 2006; Stefan Schweizer <genstef@gentoo.org> foomatic-3.0.2.ebuild: + Fix DEPEND thanks to Miguel <mlastral@ugr.es> in bug 132322 06 Jun 2005; Heinrich Wendel <lanius@gentoo.org> -foomatic-3.0.0.ebuild, -foomatic-3.0.0.20031018.ebuild, -foomatic-3.0.1.ebuild: diff --git a/net-print/foomatic/files/digest-foomatic-3.0.2 b/net-print/foomatic/files/digest-foomatic-3.0.2 index e69de29bb2d1..8b137891791f 100644 --- a/net-print/foomatic/files/digest-foomatic-3.0.2 +++ b/net-print/foomatic/files/digest-foomatic-3.0.2 @@ -0,0 +1 @@ + diff --git a/net-print/foomatic/foomatic-3.0.2.ebuild b/net-print/foomatic/foomatic-3.0.2.ebuild index 5c9c2d6d32aa..3719b032a64e 100644 --- a/net-print/foomatic/foomatic-3.0.2.ebuild +++ b/net-print/foomatic/foomatic-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.2.ebuild,v 1.10 2005/08/16 05:22:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.2.ebuild,v 1.11 2006/05/05 10:05:39 genstef Exp $ DESCRIPTION="The Foomatic printing meta package" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -11,6 +11,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" -DEPEND="=net-print/foomatic-filters-3.0.2 - =net-print/foomatic-db-engine-3.0.2 +DEPEND="~net-print/foomatic-filters-3.0.2 + ~net-print/foomatic-db-engine-3.0.2 net-print/foomatic-db" |