diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 11:05:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 11:05:34 +0000 |
commit | 1853643f83e789558ae997da5ff920a0b4de8033 (patch) | |
tree | 8eee47691f73ab967fb45ed38fee8092ed185018 /media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | |
parent | alpha/ia64 stable wrt #202592 (diff) | |
download | historical-1853643f83e789558ae997da5ff920a0b4de8033.tar.gz historical-1853643f83e789558ae997da5ff920a0b4de8033.tar.bz2 historical-1853643f83e789558ae997da5ff920a0b4de8033.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild')
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild index 242cf292c4e6..510a48acc895 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.12 2006/06/23 18:25:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.13 2008/01/26 10:53:17 grobian Exp $ IUSE="" @@ -10,12 +10,12 @@ SRC_URI="http://www.cc.jyu.fi/~tjko/src/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" DEPEND=">=media-libs/jpeg-6b" src_install() { - make INSTALL_ROOT=${D} install || die + make INSTALL_ROOT="${D}" install || die dodoc COPY* README } |