diff options
author | 2002-10-18 20:59:13 +0000 | |
---|---|---|
committer | 2002-10-18 20:59:13 +0000 | |
commit | 767df76242f7d3476fbb6999d7a8cc95469bbb98 (patch) | |
tree | 4d6c41ab7b801bfd561205c6039743cc473de245 /media-gfx/qiv | |
parent | Version bump, includes openMosix-2.4.19-6. Should fix all known issues. (diff) | |
download | historical-767df76242f7d3476fbb6999d7a8cc95469bbb98.tar.gz historical-767df76242f7d3476fbb6999d7a8cc95469bbb98.tar.bz2 historical-767df76242f7d3476fbb6999d7a8cc95469bbb98.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 |