diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-15 10:28:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-15 10:28:26 +0000 |
commit | 49758316a695f9440cc666d10ee3fb3db35510a8 (patch) | |
tree | 5d385b7942e89e9684bccf9c200e768d7f81fcb3 | |
parent | Set --disable-silent-rules. (diff) | |
download | gentoo-2-49758316a695f9440cc666d10ee3fb3db35510a8.tar.gz gentoo-2-49758316a695f9440cc666d10ee3fb3db35510a8.tar.bz2 gentoo-2-49758316a695f9440cc666d10ee3fb3db35510a8.zip |
Stable for HPPA (bug #472536).
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-rw-r--r-- | media-libs/openjpeg/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/openjpeg/openjpeg-1.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/openjpeg/ChangeLog b/media-libs/openjpeg/ChangeLog index 960b7f902d1a..ae698b03788f 100644 --- a/media-libs/openjpeg/ChangeLog +++ b/media-libs/openjpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/openjpeg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/ChangeLog,v 1.79 2013/07/14 17:37:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/ChangeLog,v 1.80 2013/07/15 10:28:26 jer Exp $ + + 15 Jul 2013; Jeroen Roovers <jer@gentoo.org> openjpeg-1.5.1.ebuild: + Stable for HPPA (bug #472536). 14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> openjpeg-1.5.1.ebuild: Stable for arm, wrt bug #472536 diff --git a/media-libs/openjpeg/openjpeg-1.5.1.ebuild b/media-libs/openjpeg/openjpeg-1.5.1.ebuild index 8db25738dc9d..0618c07ad095 100644 --- a/media-libs/openjpeg/openjpeg-1.5.1.ebuild +++ b/media-libs/openjpeg/openjpeg-1.5.1.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/openjpeg/openjpeg-1.5.1.ebuild,v 1.7 2013/07/14 17:37:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-1.5.1.ebuild,v 1.8 2013/07/15 10:28:26 jer 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="0" -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?] |