diff options
author | Brent Baude <ranger@gentoo.org> | 2012-01-09 21:02:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-01-09 21:02:17 +0000 |
commit | 3f2cad3e1a0041074d289551d22640780f559ed9 (patch) | |
tree | 7228603b76297356cd9ae99a74896be99007834b /media-gfx | |
parent | Add missing '||die'. Thanks for the hint Agostino. (diff) | |
download | gentoo-2-3f2cad3e1a0041074d289551d22640780f559ed9.tar.gz gentoo-2-3f2cad3e1a0041074d289551d22640780f559ed9.tar.bz2 gentoo-2-3f2cad3e1a0041074d289551d22640780f559ed9.zip |
Marking jpeginfo-1.6.1 ppc for bug 393717
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/jpeginfo/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/jpeginfo/ChangeLog b/media-gfx/jpeginfo/ChangeLog index 8a5289c2132d..176d206efdfc 100644 --- a/media-gfx/jpeginfo/ChangeLog +++ b/media-gfx/jpeginfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jpeginfo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.24 2011/12/18 20:18:05 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.25 2012/01/09 21:02:17 ranger Exp $ + + 09 Jan 2012; Brent Baude <ranger@gentoo.org> jpeginfo-1.6.1.ebuild: + Marking jpeginfo-1.6.1 ppc for bug 393717 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> jpeginfo-1.6.1.ebuild: x86 stable wrt bug #393717 diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild index 424b4149b1fa..56fe9d109b73 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.4 2011/12/18 20:18:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.5 2012/01/09 21:02:17 ranger Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="virtual/jpeg" |