diff options
author | Markus Meier <maekke@gentoo.org> | 2019-01-02 13:13:37 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2019-01-02 13:13:37 +0100 |
commit | 3efc63c0710ae0755146a7a84960795c4a12143b (patch) | |
tree | 0b267a1cf89c90ec45db0cf16bb127c1f214390e /media-libs/openjpeg | |
parent | net-misc/ntp: arm stable, bug #658576 (diff) | |
download | gentoo-3efc63c0710ae0755146a7a84960795c4a12143b.tar.gz gentoo-3efc63c0710ae0755146a7a84960795c4a12143b.tar.bz2 gentoo-3efc63c0710ae0755146a7a84960795c4a12143b.zip |
media-libs/openjpeg: arm stable, bug #659828
Signed-off-by: Markus Meier <maekke@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'media-libs/openjpeg')
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild index b28122418d8e..55be8032518c 100644 --- a/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild +++ b/media-libs/openjpeg/openjpeg-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="2/7" # based on SONAME -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs test" RDEPEND=" |