diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
commit | 9ac5e5299c651c08f2c2cc72116f24dcd871d0dc (patch) | |
tree | b1e8ebe241cd6a34ed1e69f58a480c806416cc3c /media-gfx/gimp | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.gz gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.bz2 gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-1.2.0.ebuild b/media-gfx/gimp/gimp-1.2.0.ebuild index e5589536c6c6..ae75d5b21654 100644 --- a/media-gfx/gimp/gimp-1.2.0.ebuild +++ b/media-gfx/gimp/gimp-1.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.0.ebuild,v 1.1 2000/12/28 11:16:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.0.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -13,7 +13,8 @@ DEPEND=">=sys-libs/slang-1.4.2 >=gnome-base/gnome-libs-1.2.4 >=media-libs/mpeg-lib-1.3.1 >=media-libs/aalib-1.2 - || ( net-print/LPRng net-print/cups )" + virtual/lpr" + RDEPEND=">=sys-libs/slang-1.4.2 >=gnome-base/gnome-libs-1.2.4 >=media-libs/aalib-1.2" |