diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-11 08:02:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-11 08:02:35 +0000 |
commit | 27a041bfcac0400e9a8b270361a2e089043e8888 (patch) | |
tree | cb2f886dac87b74266630ad5c6ac9e94d58a87f1 /media-libs/jbigkit | |
parent | Stable for ppc64, wrt bug #505864 (diff) | |
download | gentoo-2-27a041bfcac0400e9a8b270361a2e089043e8888.tar.gz gentoo-2-27a041bfcac0400e9a8b270361a2e089043e8888.tar.bz2 gentoo-2-27a041bfcac0400e9a8b270361a2e089043e8888.zip |
Stable for ppc64, wrt bug #507254
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/jbigkit')
-rw-r--r-- | media-libs/jbigkit/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/jbigkit/jbigkit-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/jbigkit/ChangeLog b/media-libs/jbigkit/ChangeLog index e2a86104d0f2..af28329a0dd5 100644 --- a/media-libs/jbigkit/ChangeLog +++ b/media-libs/jbigkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/jbigkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.75 2014/04/28 17:53:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.76 2014/05/11 08:02:35 ago Exp $ + + 11 May 2014; Agostino Sarubbo <ago@gentoo.org> jbigkit-2.1.ebuild: + Stable for ppc64, wrt bug #507254 28 Apr 2014; Michał Górny <mgorny@gentoo.org> jbigkit-2.1.ebuild: Replace multilib_build_binaries with multilib_is_native_abi. The two are diff --git a/media-libs/jbigkit/jbigkit-2.1.ebuild b/media-libs/jbigkit/jbigkit-2.1.ebuild index 0ced999ad09d..1a18059b6a9b 100644 --- a/media-libs/jbigkit/jbigkit-2.1.ebuild +++ b/media-libs/jbigkit/jbigkit-2.1.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/jbigkit/jbigkit-2.1.ebuild,v 1.9 2014/04/28 17:53:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.1.ebuild,v 1.10 2014/05/11 08:02:35 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/2.1" # Since we install libjbig.so and libjbig85.so without version, use ${PV} like 2.1 -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" DOCS="ANNOUNCE CHANGES TODO libjbig/*.txt pbmtools/*.txt" |