diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:58:39 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:58:39 +0000 |
commit | 0e5d675ca0bc784fa8a6a16a41453234ecce655e (patch) | |
tree | 54f584edaf26fcb40998de720a69721e6e0cd169 /media-gfx | |
parent | sparc stable wrt #391699 (diff) | |
download | gentoo-2-0e5d675ca0bc784fa8a6a16a41453234ecce655e.tar.gz gentoo-2-0e5d675ca0bc784fa8a6a16a41453234ecce655e.tar.bz2 gentoo-2-0e5d675ca0bc784fa8a6a16a41453234ecce655e.zip |
sparc stable wrt #393717
(Portage version: 2.1.10.49/cvs/Linux ia64)
Diffstat (limited to 'media-gfx')
-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 b82896a2cd63..60e321827c9a 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.27 2012/02/19 13:40:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.28 2012/03/18 15:58:39 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> jpeginfo-1.6.1.ebuild: + sparc stable wrt #393717 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> jpeginfo-1.6.1.ebuild: Stable on alpha, bug #393717 diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild index a14060a39722..e33c180a3955 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.7 2012/02/19 13:40:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.8 2012/03/18 15:58:39 armin76 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" |