diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 13:51:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 13:51:39 +0000 |
commit | d9fe3d277b6d17dc8a49d227fa28a9c93b76dc43 (patch) | |
tree | 7783728415b98c57bc7fcee3daf830c2fa03b859 /media-libs/lcms | |
parent | Stable for ppc64, wrt bug #488300 (diff) | |
download | gentoo-2-d9fe3d277b6d17dc8a49d227fa28a9c93b76dc43.tar.gz gentoo-2-d9fe3d277b6d17dc8a49d227fa28a9c93b76dc43.tar.bz2 gentoo-2-d9fe3d277b6d17dc8a49d227fa28a9c93b76dc43.zip |
Stable for ppc64, wrt bug #507788
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/lcms/lcms-2.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog index 91f0c5488918..a518422d359c 100644 --- a/media-libs/lcms/ChangeLog +++ b/media-libs/lcms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lcms # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.189 2014/11/10 13:44:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.190 2014/11/10 13:51:39 ago Exp $ + + 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> lcms-2.6-r1.ebuild: + Stable for ppc64, wrt bug #507788 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> lcms-2.6-r1.ebuild: Stable for ppc, wrt bug #507788 diff --git a/media-libs/lcms/lcms-2.6-r1.ebuild b/media-libs/lcms/lcms-2.6-r1.ebuild index 6a6d9b5d6add..aa68bbd4d1a0 100644 --- a/media-libs/lcms/lcms-2.6-r1.ebuild +++ b/media-libs/lcms/lcms-2.6-r1.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/lcms/lcms-2.6-r1.ebuild,v 1.9 2014/11/10 13:44:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.6-r1.ebuild,v 1.10 2014/11/10 13:51:39 ago Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc jpeg static-libs +threads test tiff zlib" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) |