diff options
author | 2002-07-23 05:18:07 +0000 | |
---|---|---|
committer | 2002-07-23 05:18:07 +0000 | |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/xli | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/xli')
-rw-r--r-- | media-gfx/xli/xli-1.17.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/xli/xli-1.17.0.ebuild b/media-gfx/xli/xli-1.17.0.ebuild index f5c9af6a7ecb..079054bfb9ce 100644 --- a/media-gfx/xli/xli-1.17.0.ebuild +++ b/media-gfx/xli/xli-1.17.0.ebuild @@ -1,4 +1,6 @@ +# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X Load Image: view images or load them to root window" @@ -9,11 +11,10 @@ SLOT="0" LICENSE="X11" KEYWORDS="x86" -DEPEND="virtual/glibc \ - virtual/x11 \ - >=sys-libs/zlib-1.1.4 - >=media-libs/libpng-1.0.5 \ - >=media-libs/jpeg-6b-r2" +DEPEND="virtual/x11 + >=sys-libs/zlib-1.1.4 + >=media-libs/libpng-1.0.5 + >=media-libs/jpeg-6b-r2" src_compile() { cp Imakefile Imakefile.orig @@ -52,4 +53,3 @@ src_install () { >> ${D}/usr/X11R6/lib/X11/app-defaults/Xli chmod a+r ${D}/usr/X11R6/lib/X11/app-defaults/Xli } - |