diff options
author | 2014-10-29 12:02:24 +0000 | |
---|---|---|
committer | 2014-10-29 12:02:24 +0000 | |
commit | fd795b12cde4e2a247ca1471d49b780b7347b32a (patch) | |
tree | e71db1b257f283ecad1c5fbfb63fca8269b82cba /media-libs/lcms | |
parent | Stable for sparc, wrt bug #525960 (diff) | |
download | gentoo-2-fd795b12cde4e2a247ca1471d49b780b7347b32a.tar.gz gentoo-2-fd795b12cde4e2a247ca1471d49b780b7347b32a.tar.bz2 gentoo-2-fd795b12cde4e2a247ca1471d49b780b7347b32a.zip |
Stable for sparc, wrt bug #507788
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 0c0c5e697068..6ada2367cd02 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.185 2014/10/29 10:14:44 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.186 2014/10/29 12:02:24 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> lcms-2.6-r1.ebuild: + Stable for sparc, wrt bug #507788 29 Oct 2014; Tobias Klausmann <klausman@gentoo.org> lcms-2.6-r1.ebuild: Stable on alpha, bug 507788 diff --git a/media-libs/lcms/lcms-2.6-r1.ebuild b/media-libs/lcms/lcms-2.6-r1.ebuild index 4c20c3132c9b..12419442b759 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.5 2014/10/29 10:14:44 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.6-r1.ebuild,v 1.6 2014/10/29 12:02:24 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}] ) |