diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-03 11:05:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-03 11:05:34 +0000 |
commit | 777f75243bd84f64327d3e3311bea211b3128f39 (patch) | |
tree | 83916025a43ea829571834e364cb6008ed1896f2 /media-libs/lensfun/lensfun-0.2.6.ebuild | |
parent | Apply security patch for bug #455464; add subslot definition; depend on the -... (diff) | |
download | gentoo-2-777f75243bd84f64327d3e3311bea211b3128f39.tar.gz gentoo-2-777f75243bd84f64327d3e3311bea211b3128f39.tar.bz2 gentoo-2-777f75243bd84f64327d3e3311bea211b3128f39.zip |
Add s390 lovin.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'media-libs/lensfun/lensfun-0.2.6.ebuild')
-rw-r--r-- | media-libs/lensfun/lensfun-0.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lensfun/lensfun-0.2.6.ebuild b/media-libs/lensfun/lensfun-0.2.6.ebuild index 292f7f53a4fb..89d4f5d36618 100644 --- a/media-libs/lensfun/lensfun-0.2.6.ebuild +++ b/media-libs/lensfun/lensfun-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.6.ebuild,v 1.3 2013/02/07 22:30:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.6.ebuild,v 1.4 2013/03/03 11:05:34 vapier Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc sse sse2" RDEPEND=">=dev-libs/glib-2.28 |