diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-12-16 17:02:59 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-12-16 17:02:59 +0000 |
commit | b258ea624e98b3973032dd0ad0447f894868230c (patch) | |
tree | 214a6a72d698f9deb430a958889664e127cd1829 /media-libs/exiftool/exiftool-7.00.ebuild | |
parent | Stable on ppc64; bug #202150 (diff) | |
download | historical-b258ea624e98b3973032dd0ad0447f894868230c.tar.gz historical-b258ea624e98b3973032dd0ad0447f894868230c.tar.bz2 historical-b258ea624e98b3973032dd0ad0447f894868230c.zip |
Sparc stable, bug #202457; good since early November.
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'media-libs/exiftool/exiftool-7.00.ebuild')
-rw-r--r-- | media-libs/exiftool/exiftool-7.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/exiftool/exiftool-7.00.ebuild b/media-libs/exiftool/exiftool-7.00.ebuild index b344051a6e93..eea1af12df53 100644 --- a/media-libs/exiftool/exiftool-7.00.ebuild +++ b/media-libs/exiftool/exiftool-7.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-7.00.ebuild,v 1.4 2007/12/16 14:56:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exiftool/exiftool-7.00.ebuild,v 1.5 2007/12/16 17:02:59 fmccor Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${PV}.tar.g MY_PN="Image-ExifTool" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="" S="${WORKDIR}"/${MY_PN}-${PV} |