diff options
author | Mart Raudsepp <leio@gentoo.org> | 2012-03-11 20:01:43 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2012-03-11 20:01:43 +0000 |
commit | b49401c6eba9308eb665322ccefc8a12ff0a1e5b (patch) | |
tree | 9a40951d7763731a788bf4105eb8db227e31ebbd /media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild | |
parent | Drop KEYWORDS until openrc is fixed #407757. (diff) | |
download | gentoo-2-b49401c6eba9308eb665322ccefc8a12ff0a1e5b.tar.gz gentoo-2-b49401c6eba9308eb665322ccefc8a12ff0a1e5b.tar.bz2 gentoo-2-b49401c6eba9308eb665322ccefc8a12ff0a1e5b.zip |
Add ~mips keyword, unbundled in newer ghostscript-gpl wrt #401853
(Portage version: 2.2.0_alpha90/cvs/Linux mips64)
Diffstat (limited to 'media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild')
-rw-r--r-- | media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild b/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild index c7e0520b769a..b18187833813 100644 --- a/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild,v 1.9 2012/03/05 07:45:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild,v 1.10 2012/03/11 20:01:43 leio Exp $ EAPI=4 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://ghostscript.com/~giles/jbig2/${PN}/${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 x86 ~x86-fbsd" IUSE="png static-libs test" RDEPEND="png? ( >=media-libs/libpng-1.2:0 )" |