diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:59:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:59:13 +0000 |
commit | cc84f0195d50f22420b34629543947d6351beaa3 (patch) | |
tree | 22fc20b8a2160bebc41504a04a60065cdd31eb3a /media-gfx/qiv | |
parent | Version bump, includes openMosix-2.4.19-6. Should fix all known issues. (diff) | |
download | gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.tar.gz gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.tar.bz2 gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.zip |
lintool per #9248
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild index 1adea4011a33..a0b052b71877 100644 --- a/media-gfx/qiv/qiv-1.7-r3.ebuild +++ b/media-gfx/qiv/qiv-1.7-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.5 2002/10/04 05:45:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.6 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Quick Image Viewer" SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" -HOMEPAGE="http://www.klografx.net/qiv" +HOMEPAGE="http://www.klografx.net/qiv/" SLOT="0" LICENSE="GPL-2" @@ -15,6 +15,7 @@ DEPEND="media-libs/libpng >=media-libs/tiff-3.5.5 >=media-libs/imlib-1.9.10 virtual/x11" +RDEPEND="${DEPEND}" src_compile() { make || die |