diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 18:05:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-05 18:05:02 +0000 |
commit | aaa801137c231c73510ef191b77fc1f643e1a770 (patch) | |
tree | 38cdbeacf87bee8c62af8ba37dd0c13c4861efb6 /media-libs/lcms | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-aaa801137c231c73510ef191b77fc1f643e1a770.tar.gz gentoo-2-aaa801137c231c73510ef191b77fc1f643e1a770.tar.bz2 gentoo-2-aaa801137c231c73510ef191b77fc1f643e1a770.zip |
Stable for alpha, wrt bug #488806
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/lcms/lcms-2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/lcms/ChangeLog b/media-libs/lcms/ChangeLog index 5e06b8f40726..c112d96e462b 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.165 2013/12/29 10:15:18 hattya Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.166 2014/01/05 18:05:02 ago Exp $ + + 05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> lcms-2.5.ebuild: + Stable for alpha, wrt bug #488806 29 Dec 2013; Akinori Hattori <hattya@gentoo.org> lcms-2.5.ebuild: ia64 stable wrt bug #488806 diff --git a/media-libs/lcms/lcms-2.5.ebuild b/media-libs/lcms/lcms-2.5.ebuild index 1a4bd280ca15..401c8a6dffbf 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 +# 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.5.ebuild,v 1.10 2013/12/29 10:15:18 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.11 2014/01/05 18:05:02 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 ) |