diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-22 19:25:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-22 19:25:25 +0000 |
commit | 8407f1ca1c9a32d8ad8ffdd1fc73cbe6322ab858 (patch) | |
tree | c247327d5ce358f637a38fad7bb73696da3e4e51 /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-8407f1ca1c9a32d8ad8ffdd1fc73cbe6322ab858.tar.gz gentoo-2-8407f1ca1c9a32d8ad8ffdd1fc73cbe6322ab858.tar.bz2 gentoo-2-8407f1ca1c9a32d8ad8ffdd1fc73cbe6322ab858.zip |
arm stable, bug #482788
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openjpeg/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/openjpeg/ChangeLog b/media-libs/openjpeg/ChangeLog index 31fced8f2c48..0f0d0fd8c78f 100644 --- a/media-libs/openjpeg/ChangeLog +++ b/media-libs/openjpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/openjpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/ChangeLog,v 1.89 2014/02/20 14:53:19 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/ChangeLog,v 1.90 2014/02/22 19:25:25 maekke Exp $ + + 22 Feb 2014; Markus Meier <maekke@gentoo.org> openjpeg-2.0.0.ebuild: + arm stable, bug #482788 20 Feb 2014; Akinori Hattori <hattya@gentoo.org> openjpeg-2.0.0.ebuild: ia64 stable wrt bug #482788 diff --git a/media-libs/openjpeg/openjpeg-2.0.0.ebuild b/media-libs/openjpeg/openjpeg-2.0.0.ebuild index d5bd86851de5..8f2747199fae 100644 --- a/media-libs/openjpeg/openjpeg-2.0.0.ebuild +++ b/media-libs/openjpeg/openjpeg-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.0.0.ebuild,v 1.6 2014/02/20 14:53:19 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-2.0.0.ebuild,v 1.7 2014/02/22 19:25:25 maekke Exp $ EAPI=5 inherit cmake-utils multilib @@ -11,7 +11,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs test" RDEPEND="media-libs/lcms:2=[static-libs?] |