diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2009-02-09 00:19:40 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2009-02-09 00:19:40 +0000 |
commit | acc48d8728a141086e1b1c2cfe742f453e77cd40 (patch) | |
tree | dccec94d120b6efae5eba9fcbcefa3025c4ba9c2 /media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-acc48d8728a141086e1b1c2cfe742f453e77cd40.tar.gz gentoo-2-acc48d8728a141086e1b1c2cfe742f453e77cd40.tar.bz2 gentoo-2-acc48d8728a141086e1b1c2cfe742f453e77cd40.zip |
Get rid of invalid aRts dependency.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild')
-rw-r--r-- | media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild b/media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild new file mode 100644 index 000000000000..5fb03070b54f --- /dev/null +++ b/media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkexiv2/libkexiv2-0.1.8-r1.ebuild,v 1.1 2009/02/09 00:19:40 carlo Exp $ + +ARTS_REQUIRED="never" + +inherit kde + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +HOMEPAGE="http://www.kipi-plugins.org" +SRC_URI="mirror://sourceforge/kipi/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=media-gfx/exiv2-0.18" +DEPEND="${RDEPEND}" + +need-kde 3.5 |