diff options
author | 2001-02-01 19:30:33 +0000 | |
---|---|---|
committer | 2001-02-01 19:30:33 +0000 | |
commit | 62705e7bb40ea72b2a75f60730587b4b75dba44e (patch) | |
tree | 79b2fac6a2a50122da9a0f4d6aaccddd05ccb138 /media-gfx/gimp | |
parent | *** empty log message *** (diff) | |
download | historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.tar.gz historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.tar.bz2 historical-62705e7bb40ea72b2a75f60730587b4b75dba44e.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" |