diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-08 17:54:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-08 17:54:25 +0000 |
commit | 4c7d6e6d97614d0e849eb5f949df353582775d7c (patch) | |
tree | 78921059969a22a86a7fdbabcf433ae3f9e2e4d8 /media-libs/libpng | |
parent | Stable for HPPA (bug #490128). (diff) | |
download | gentoo-2-4c7d6e6d97614d0e849eb5f949df353582775d7c.tar.gz gentoo-2-4c7d6e6d97614d0e849eb5f949df353582775d7c.tar.bz2 gentoo-2-4c7d6e6d97614d0e849eb5f949df353582775d7c.zip |
Stable for HPPA (bug #490534).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/libpng')
-rw-r--r-- | media-libs/libpng/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libpng/libpng-1.5.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libpng/ChangeLog b/media-libs/libpng/ChangeLog index cf23abfb96aa..af01b96d7627 100644 --- a/media-libs/libpng/ChangeLog +++ b/media-libs/libpng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libpng # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.422 2013/11/06 15:11:39 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.423 2013/11/08 17:54:25 jer Exp $ + + 08 Nov 2013; Jeroen Roovers <jer@gentoo.org> libpng-1.5.17-r1.ebuild: + Stable for HPPA (bug #490534). 06 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> libpng-1.5.17-r1.ebuild: Marked stable on amd64 and x86 with permission from ago (bug #490534). diff --git a/media-libs/libpng/libpng-1.5.17-r1.ebuild b/media-libs/libpng/libpng-1.5.17-r1.ebuild index 2ba1e493c0e1..1742a778ec53 100644 --- a/media-libs/libpng/libpng-1.5.17-r1.ebuild +++ b/media-libs/libpng/libpng-1.5.17-r1.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/libpng/libpng-1.5.17-r1.ebuild,v 1.2 2013/11/06 15:11:39 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.17-r1.ebuild,v 1.3 2013/11/08 17:54:25 jer Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz LICENSE="libpng" SLOT="0" # SLOT="0/15" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="apng neon static-libs" RDEPEND="sys-libs/zlib:=" |