diff options
author | Jon Nall <nall@gentoo.org> | 2002-10-31 03:18:35 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-10-31 03:18:35 +0000 |
commit | 5ed6396b8dc0e42ad815a06a503517ef3c25a3dc (patch) | |
tree | c81920122e579c97d24f91fe865743fddfff8986 /net-print | |
parent | Changed emake to make. (diff) | |
download | historical-5ed6396b8dc0e42ad815a06a503517ef3c25a3dc.tar.gz historical-5ed6396b8dc0e42ad815a06a503517ef3c25a3dc.tar.bz2 historical-5ed6396b8dc0e42ad815a06a503517ef3c25a3dc.zip |
removed virtual/X11 dependency
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/foomatic/foomatic-2.0.0.ebuild | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog index 95aff5dbda77..1dfbbc562726 100644 --- a/net-print/foomatic/ChangeLog +++ b/net-print/foomatic/ChangeLog @@ -1,9 +1,16 @@ # ChangeLog for net-print/foomatic # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.1 2002/10/17 19:32:28 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.2 2002/10/31 03:18:35 nall Exp $ *foomatic-2.0.0 (17 Oct 2002) + 30 Oct 2002; Jon Nall <nall@gentoo.org> foomatic-2.0.0.ebuild : + removed the virtual/x11 dependency as i can't find anything in + this package that depends on X + + 26 Oct 2002; Jon Nall <nall@gentoo.org> foomatic-2.0.0.ebuild : + added ~ppc to KEYWORDS + 17 Oct 2002; Nick Hadaway <raker@gentoo.org> foomatic-2.0.0.ebuild, files/digest-foomatic-2.0.0, files/perl-module.diff : New build. This is the groundwork for a more automated printing diff --git a/net-print/foomatic/foomatic-2.0.0.ebuild b/net-print/foomatic/foomatic-2.0.0.ebuild index 5f02279cfba9..8f2277efdcf2 100644 --- a/net-print/foomatic/foomatic-2.0.0.ebuild +++ b/net-print/foomatic/foomatic-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.0.ebuild,v 1.4 2002/10/26 03:39:43 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.0.ebuild,v 1.5 2002/10/31 03:18:35 nall Exp $ inherit perl-module @@ -13,7 +13,6 @@ KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/glibc - virtual/x11 dev-libs/libxml2 net-misc/wget net-ftp/curl |