diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-04 19:36:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-04 19:36:30 +0000 |
commit | 80945dc7ce93df91ba31d5d51adb371ab1608c44 (patch) | |
tree | 7c3422d7ba93a67891e8905ea4e52e71f7177532 /media-libs/lensfun/lensfun-0.2.5-r2.ebuild | |
parent | Use src_configure() for ./configure calls as it should be for an EAPI-2 ebuild (diff) | |
download | gentoo-2-80945dc7ce93df91ba31d5d51adb371ab1608c44.tar.gz gentoo-2-80945dc7ce93df91ba31d5d51adb371ab1608c44.tar.bz2 gentoo-2-80945dc7ce93df91ba31d5d51adb371ab1608c44.zip |
Stable on amd64 wrt bug #385213
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/lensfun/lensfun-0.2.5-r2.ebuild')
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild b/media-libs/lensfun/lensfun-0.2.5-r2.ebuild index 34e917eccc2d..7d78caa7be69 100644 --- a/media-libs/lensfun/lensfun-0.2.5-r2.ebuild +++ b/media-libs/lensfun/lensfun-0.2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.3 2011/10/01 21:37:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.5-r2.ebuild,v 1.4 2011/10/04 19:36:30 hwoarang Exp $ EAPI=2 inherit eutils python toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://berlios/lensfun/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2 |