diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 13:23:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 13:23:41 +0000 |
commit | 776ab48132cf8f5acef031109387a31a3a8e0587 (patch) | |
tree | b9a0c729b58e7c431514ce18ece731f79b68465b /media-libs | |
parent | Stable for ppc64, wrt bug #491492 (diff) | |
download | gentoo-2-776ab48132cf8f5acef031109387a31a3a8e0587.tar.gz gentoo-2-776ab48132cf8f5acef031109387a31a3a8e0587.tar.bz2 gentoo-2-776ab48132cf8f5acef031109387a31a3a8e0587.zip |
Stable for ppc64, wrt bug #488806
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lcms/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/lcms/lcms-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog index 510ecae17dc1..39fe7564a16b 100644 --- a/media-libs/lcms/ChangeLog +++ b/media-libs/lcms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lcms # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.162 2013/12/21 18:59:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.163 2013/12/22 13:23:41 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lcms-2.5.ebuild: + Stable for ppc64, wrt bug #488806 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lcms-2.5.ebuild: Stable for ppc, wrt bug #488806 diff --git a/media-libs/lcms/lcms-2.5.ebuild b/media-libs/lcms/lcms-2.5.ebuild index dc143dc752e5..a59f893c4d05 100644 --- a/media-libs/lcms/lcms-2.5.ebuild +++ b/media-libs/lcms/lcms-2.5.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/lcms/lcms-2.5.ebuild,v 1.7 2013/12/21 18:59:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.8 2013/12/22 13:23:41 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 hppa ~ia64 ~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 hppa ~ia64 ~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 test tiff zlib" RDEPEND="jpeg? ( virtual/jpeg:0 ) |