diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-03-13 07:45:12 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-03-13 07:45:12 +0000 |
commit | a5442f199b3d0e3d4ca0c9e826610da98dd2732b (patch) | |
tree | fa559f05441441854eafbfe87e7fc32b4856f6a2 /media-libs/libexif | |
parent | remove nomirror (diff) | |
download | gentoo-2-a5442f199b3d0e3d4ca0c9e826610da98dd2732b.tar.gz gentoo-2-a5442f199b3d0e3d4ca0c9e826610da98dd2732b.tar.bz2 gentoo-2-a5442f199b3d0e3d4ca0c9e826610da98dd2732b.zip |
Stable on mips, bug #84076
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-libs/libexif')
-rw-r--r-- | media-libs/libexif/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libexif/libexif-0.5.12-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libexif/ChangeLog b/media-libs/libexif/ChangeLog index 589657a4727f..a7d9c237380d 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.29 2005/03/12 08:38:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.30 2005/03/13 07:45:12 hardave Exp $ + + 13 Mar 2005; Hardave Riar <hardave@gentoo.org> libexif-0.5.12-r2.ebuild: + Stable on mips, bug #84076. 12 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> libexif-0.5.12-r2.ebuild: diff --git a/media-libs/libexif/libexif-0.5.12-r2.ebuild b/media-libs/libexif/libexif-0.5.12-r2.ebuild index 6cc7249ba9e7..c71fcc1bd033 100644 --- a/media-libs/libexif/libexif-0.5.12-r2.ebuild +++ b/media-libs/libexif/libexif-0.5.12-r2.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-r2.ebuild,v 1.6 2005/03/12 20:45:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.5.12-r2.ebuild,v 1.7 2005/03/13 07:45:12 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 ppc64 ppc-macos sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos sparc x86" IUSE="nls" DEPEND="dev-util/pkgconfig" |