diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:59:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:59:30 +0000 |
commit | 39a4303588904df3052d2651d5f812140449c1aa (patch) | |
tree | 6850a832f7e8922ea6e31d482d05b1595c277244 /media-libs/lcms | |
parent | Stable for ppc, wrt bug #477152 (diff) | |
download | gentoo-2-39a4303588904df3052d2651d5f812140449c1aa.tar.gz gentoo-2-39a4303588904df3052d2651d5f812140449c1aa.tar.bz2 gentoo-2-39a4303588904df3052d2651d5f812140449c1aa.zip |
Stable for ppc, wrt bug #488806
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog index b7a357cc9767..510ecae17dc1 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.161 2013/12/07 09:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.162 2013/12/21 18:59:30 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lcms-2.5.ebuild: + Stable for ppc, wrt bug #488806 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> lcms-2.5.ebuild: x86 stable, bug #488806 diff --git a/media-libs/lcms/lcms-2.5.ebuild b/media-libs/lcms/lcms-2.5.ebuild index fb93439f98c8..dc143dc752e5 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.6 2013/12/07 09:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.7 2013/12/21 18:59:30 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 ) |