diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:34:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:34:09 +0000 |
commit | 7d202c98827194f5e60827dad4c91fdc45084f54 (patch) | |
tree | 109ea47b7b075f2197cf1337dc908883a0ba05ac /media-gfx/feh | |
parent | broken linkage on gcc-3.2 fix (diff) | |
download | gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.tar.gz gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.tar.bz2 gentoo-2-7d202c98827194f5e60827dad4c91fdc45084f54.zip |
lintool updates per #9248
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/feh-1.1.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/feh/feh-1.1.1.ebuild b/media-gfx/feh/feh-1.1.1.ebuild index f631b841e753..e21cfd02791f 100644 --- a/media-gfx/feh/feh-1.1.1.ebuild +++ b/media-gfx/feh/feh-1.1.1.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.1.ebuild,v 1.4 2002/10/04 05:44:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.1.ebuild,v 1.5 2002/10/18 20:34:09 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A fast, lightweight imageviewer using imlib2" SRC_URI="http://www.linuxbrit.co.uk/downloads/feh-${PV}.tar.gz" -HOMEPAGE="http://www.linuxbrit.co.uk/feh" +HOMEPAGE="http://www.linuxbrit.co.uk/feh/" SLOT="0" LICENSE="as-is" KEYWORDS="x86" DEPEND="media-libs/imlib2" +RDEPEND="${DEPEND}" src_compile() { - - econf || die + econf || die emake || die } -src_install () { - +src_install() { einstall \ docsdir=${D}/usr/share/doc/${PF} || die |