diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-07-02 21:45:27 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-07-02 21:45:27 +0000 |
commit | 34ffeead32441c5b97bc6a5cc2277c0458e1ba34 (patch) | |
tree | 9eb1a59aaaa64b7e84c8783485adea99aa1677bd /media-libs/libexif | |
parent | Moved sys-libs/pam_require to sys-auth/pam_require (diff) | |
download | gentoo-2-34ffeead32441c5b97bc6a5cc2277c0458e1ba34.tar.gz gentoo-2-34ffeead32441c5b97bc6a5cc2277c0458e1ba34.tar.bz2 gentoo-2-34ffeead32441c5b97bc6a5cc2277c0458e1ba34.zip |
Stable on mips, bug #92035
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/libexif')
-rw-r--r-- | media-libs/libexif/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libexif/libexif-0.5.12-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libexif/ChangeLog b/media-libs/libexif/ChangeLog index 1229f54385fe..4ae4a22a0e29 100644 --- a/media-libs/libexif/ChangeLog +++ b/media-libs/libexif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libexif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.40 2005/05/12 15:54:37 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.41 2005/07/02 21:45:27 hardave Exp $ + + 02 Jul 2005; Hardave Riar <hardave@gentoo.org> libexif-0.5.12-r3.ebuild: + Stable on mips, bug #92035 12 May 2005; Rene Nussbaumer <killerfox@gentoo.org> libexif-0.5.12-r3.ebuild: diff --git a/media-libs/libexif/libexif-0.5.12-r3.ebuild b/media-libs/libexif/libexif-0.5.12-r3.ebuild index 9f95e2be2a03..b9600d4f5f41 100644 --- a/media-libs/libexif/libexif-0.5.12-r3.ebuild +++ b/media-libs/libexif/libexif-0.5.12-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.5.12-r3.ebuild,v 1.6 2005/05/25 03:50:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.5.12-r3.ebuild,v 1.7 2005/07/02 21:45:27 hardave Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 sparc x86" IUSE="nls" DEPEND="dev-util/pkgconfig" |