diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-02 16:09:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-02 16:09:24 +0000 |
commit | 0b0e402781aca3f383464664d2a58036e5d2263e (patch) | |
tree | b6c46d10f37bd77fb466bffbad2bd2f2cba9708b /media-gfx/jpeginfo | |
parent | ppc64 stable wrt #387467 (diff) | |
download | gentoo-2-0b0e402781aca3f383464664d2a58036e5d2263e.tar.gz gentoo-2-0b0e402781aca3f383464664d2a58036e5d2263e.tar.bz2 gentoo-2-0b0e402781aca3f383464664d2a58036e5d2263e.zip |
ppc64 stable wrt #393717
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/jpeginfo')
-rw-r--r-- | media-gfx/jpeginfo/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/jpeginfo/ChangeLog b/media-gfx/jpeginfo/ChangeLog index 176d206efdfc..43e9fd30dbf2 100644 --- a/media-gfx/jpeginfo/ChangeLog +++ b/media-gfx/jpeginfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jpeginfo # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.26 2012/02/02 16:09:24 ssuominen Exp $ + + 02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> jpeginfo-1.6.1.ebuild: + ppc64 stable wrt #393717 09 Jan 2012; Brent Baude <ranger@gentoo.org> jpeginfo-1.6.1.ebuild: Marking jpeginfo-1.6.1 ppc for bug 393717 diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild index 56fe9d109b73..460c7e5c8dba 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-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.5 2012/01/09 21:02:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.6 2012/02/02 16:09:24 ssuominen 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" |