diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 07:03:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 07:03:26 +0000 |
commit | 9b50bac83657ebeabbd2ce096ead59e4267be640 (patch) | |
tree | 964fd3c60726dd697ceb8fae0b85bc33fef0c3f5 /media-gfx | |
parent | Fixed the broken herd by adding no-herd to metadata.xml. (diff) | |
download | gentoo-2-9b50bac83657ebeabbd2ce096ead59e4267be640.tar.gz gentoo-2-9b50bac83657ebeabbd2ce096ead59e4267be640.tar.bz2 gentoo-2-9b50bac83657ebeabbd2ce096ead59e4267be640.zip |
tweak style
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.17.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-gfx/exiv2/exiv2-0.17.1.ebuild b/media-gfx/exiv2/exiv2-0.17.1.ebuild index 827a1fe2ade4..68f493ca89d6 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.2 2008/10/27 23:05:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v 1.3 2008/11/02 07:03:26 vapier Exp $ inherit eutils @@ -11,17 +11,14 @@ SRC_URI="http://www.exiv2.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - IUSE="doc nls zlib xmp examples unicode" IUSE_LINGUAS="de es fi fr pl ru sk" - -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done +IUSE="${IUSE} $(set -- ${IUSE_LINGUAS}; echo ${@/#/linguas_})" RDEPEND="zlib? ( sys-libs/zlib ) xmp? ( dev-libs/expat ) nls? ( virtual/libintl ) virtual/libiconv" - DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) nls? ( sys-devel/gettext )" |