diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-09-21 01:07:54 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-09-21 01:07:54 +0000 |
commit | c34382fc47b73987a33206f4ebab0f9664547830 (patch) | |
tree | 1c9f8eea2a1ecef17e1d41ad3cd504bfa399e51d /media-gfx | |
parent | Remove block against app-editors/nvi (diff) | |
download | gentoo-2-c34382fc47b73987a33206f4ebab0f9664547830.tar.gz gentoo-2-c34382fc47b73987a33206f4ebab0f9664547830.tar.bz2 gentoo-2-c34382fc47b73987a33206f4ebab0f9664547830.zip |
Stable on amd64 (bug #147500).
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiftags/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/exiftags/exiftags-1.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/exiftags/ChangeLog b/media-gfx/exiftags/ChangeLog index 12800dc997d9..f1daffc77661 100644 --- a/media-gfx/exiftags/ChangeLog +++ b/media-gfx/exiftags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/exiftags # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v 1.12 2006/09/19 20:07:32 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v 1.13 2006/09/21 01:07:54 chutzpah Exp $ + + 21 Sep 2006; Patrick McLean <chutzpah@gentoo.org> exiftags-1.00.ebuild: + Stable on amd64 (bug #147500). 19 Sep 2006; Alastair Tse <liquidx@gentoo.org> exiftags-1.00.ebuild: stable for x86 diff --git a/media-gfx/exiftags/exiftags-1.00.ebuild b/media-gfx/exiftags/exiftags-1.00.ebuild index ff341eba9ded..a688e3ee680e 100644 --- a/media-gfx/exiftags/exiftags-1.00.ebuild +++ b/media-gfx/exiftags/exiftags-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/exiftags-1.00.ebuild,v 1.3 2006/09/19 20:07:32 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/exiftags-1.00.ebuild,v 1.4 2006/09/21 01:07:54 chutzpah Exp $ DESCRIPTION="Extracts JPEG EXIF headers from digital camera photos" HOMEPAGE="http://johnst.org/sw/exiftags/" @@ -8,7 +8,7 @@ SRC_URI="http://johnst.org/sw/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos x86" +KEYWORDS="amd64 ~ppc ~ppc-macos x86" IUSE="" DEPEND="" |