diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-23 09:01:29 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-23 09:01:29 +0000 |
commit | 54ff46f31737b2f82c67dfbf7a9916c2313250c8 (patch) | |
tree | f7c2fefa37e6a1eb780fd40b9d36925e0e3c9f89 /media-libs/libexif | |
parent | ppc stable (bug 422537). (diff) | |
download | gentoo-2-54ff46f31737b2f82c67dfbf7a9916c2313250c8.tar.gz gentoo-2-54ff46f31737b2f82c67dfbf7a9916c2313250c8.tar.bz2 gentoo-2-54ff46f31737b2f82c67dfbf7a9916c2313250c8.zip |
ppc stable (bug 426366).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libexif')
-rw-r--r-- | media-libs/libexif/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libexif/libexif-0.6.21.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/libexif/ChangeLog b/media-libs/libexif/ChangeLog index bbdf3585a204..cb41e0444bea 100644 --- a/media-libs/libexif/ChangeLog +++ b/media-libs/libexif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libexif # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.133 2012/07/17 15:46:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.134 2012/08/23 09:01:29 xmw Exp $ + + 23 Aug 2012; Michael Weber <xmw@gentoo.org> libexif-0.6.21.ebuild: + ppc stable (bug 426366). 17 Jul 2012; Jeroen Roovers <jer@gentoo.org> libexif-0.6.21.ebuild: Stable for HPPA (bug #426366). @@ -532,4 +535,3 @@ if-0.5.9 ChangeLog : 31 Dec 2002; Martin Holzer <mholzer@gentoo.org> libexif-0.5.8.ebuild files/digest-libexif-0.5.8 ChangeLog : Initial Version. Thx to asl@launay.org for submitting this in #12607 - diff --git a/media-libs/libexif/libexif-0.6.21.ebuild b/media-libs/libexif/libexif-0.6.21.ebuild index ac4e35b9c295..9e842f862aff 100644 --- a/media-libs/libexif/libexif-0.6.21.ebuild +++ b/media-libs/libexif/libexif-0.6.21.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-libs/libexif/libexif-0.6.21.ebuild,v 1.5 2012/07/17 15:46:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.21.ebuild,v 1.6 2012/08/23 09:01:29 xmw Exp $ EAPI=4 inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc nls static-libs" RDEPEND="nls? ( virtual/libintl )" |