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 | |
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')
-rw-r--r-- | media-gfx/jpeginfo/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/jpeginfo/ChangeLog b/media-gfx/jpeginfo/ChangeLog index 9d9c2e911f72..19086973cf78 100644 --- a/media-gfx/jpeginfo/ChangeLog +++ b/media-gfx/jpeginfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jpeginfo -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.12 2007/05/15 09:55:15 bangert Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.13 2008/01/26 10:53:17 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> jpeginfo-1.6.0.ebuild: + Dropped ppc-macos keyword, see you in prefix 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> 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 } |