diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 11:19:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 11:19:37 +0000 |
commit | e02186e1cdcf2aae858cec22f9028d0835b80169 (patch) | |
tree | 6d0cfe2f9a72e8d23160f0d8b40b2b8851b02259 /media-gfx | |
parent | s390/sh stable (diff) | |
download | gentoo-2-e02186e1cdcf2aae858cec22f9028d0835b80169.tar.gz gentoo-2-e02186e1cdcf2aae858cec22f9028d0835b80169.tar.bz2 gentoo-2-e02186e1cdcf2aae858cec22f9028d0835b80169.zip |
Use printf for IUSE_LINGUAS and add arm/s390/sh love #242236.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/exiv2/exiv2-0.17.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/exiv2/ChangeLog b/media-gfx/exiv2/ChangeLog index d5f32572fd1d..744ae754e8d4 100644 --- a/media-gfx/exiv2/ChangeLog +++ b/media-gfx/exiv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/exiv2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.57 2008/11/21 03:38:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.58 2008/12/07 11:19:37 vapier Exp $ + + 07 Dec 2008; Mike Frysinger <vapier@gentoo.org> exiv2-0.17.1.ebuild: + Use printf for IUSE_LINGUAS and add arm/s390/sh love #242236. 21 Nov 2008; Jeroen Roovers <jer@gentoo.org> exiv2-0.17.ebuild: Stable for HPPA (bug #246826). diff --git a/media-gfx/exiv2/exiv2-0.17.1.ebuild b/media-gfx/exiv2/exiv2-0.17.1.ebuild index 9e6044e3b43c..45d7c28b8ee5 100644 --- a/media-gfx/exiv2/exiv2-0.17.1.ebuild +++ b/media-gfx/exiv2/exiv2-0.17.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v 1.4 2008/11/09 16:41:26 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v 1.5 2008/12/07 11:19:37 vapier Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="http://www.exiv2.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc nls zlib xmp examples unicode" IUSE_LINGUAS="de es fi fr pl ru sk" -IUSE="${IUSE} $(set -- ${IUSE_LINGUAS}; echo ${@/#/linguas_})" +IUSE="${IUSE} $(printf 'linguas_%s ' ${IUSE_LINGUAS})" RDEPEND="zlib? ( sys-libs/zlib ) xmp? ( dev-libs/expat ) |