diff options
author | 2005-09-24 02:43:27 +0000 | |
---|---|---|
committer | 2005-09-24 02:43:27 +0000 | |
commit | 20c29ddcd380ee71beeb975d878320c08962c800 (patch) | |
tree | 92e2e4582712a1ea4d2fb98866c5e8d197036fbd /media-gfx/feh/feh-1.3.4.ebuild | |
parent | old (diff) | |
download | gentoo-2-20c29ddcd380ee71beeb975d878320c08962c800.tar.gz gentoo-2-20c29ddcd380ee71beeb975d878320c08962c800.tar.bz2 gentoo-2-20c29ddcd380ee71beeb975d878320c08962c800.zip |
stabilize #106930
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'media-gfx/feh/feh-1.3.4.ebuild')
-rw-r--r-- | media-gfx/feh/feh-1.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/feh/feh-1.3.4.ebuild b/media-gfx/feh/feh-1.3.4.ebuild index 37d5ce451486..ec658cb87c4a 100644 --- a/media-gfx/feh/feh-1.3.4.ebuild +++ b/media-gfx/feh/feh-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.1 2005/07/24 09:23:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.2 2005/09/24 02:43:27 vapier Exp $ DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="http://www.linuxbrit.co.uk/feh" @@ -8,7 +8,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND=">=media-libs/giblib-1.2.4 @@ -20,7 +20,7 @@ DEPEND=">=media-libs/giblib-1.2.4 src_unpack() { unpack ${A} cd "${S}" - sed -i -e "/^docsdir =/s:doc/feh:share/doc/${PF}:" Makefile.in + sed -i -e "/^docsdir =/s:doc/feh:share/doc/${PF}:" Makefile.in || die } src_install() { |