diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:41:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:41:24 +0000 |
commit | 439ce19021f6799fb71c9ee34e822583f1df4e34 (patch) | |
tree | 989697dda7aefd95994fe76da69ba3ac1e9ab562 /media-libs/pnglite | |
parent | Stable for amd64, wrt bug #539042 (diff) | |
download | gentoo-2-439ce19021f6799fb71c9ee34e822583f1df4e34.tar.gz gentoo-2-439ce19021f6799fb71c9ee34e822583f1df4e34.tar.bz2 gentoo-2-439ce19021f6799fb71c9ee34e822583f1df4e34.zip |
Stable for amd64, wrt bug #538950
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/pnglite')
-rw-r--r-- | media-libs/pnglite/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/pnglite/pnglite-0.1.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/pnglite/ChangeLog b/media-libs/pnglite/ChangeLog index 9629d3834e30..2f2a6ff2d19e 100644 --- a/media-libs/pnglite/ChangeLog +++ b/media-libs/pnglite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/pnglite # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/pnglite/ChangeLog,v 1.7 2015/02/05 18:04:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pnglite/ChangeLog,v 1.8 2015/02/06 13:41:24 ago Exp $ + + 06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pnglite-0.1.17.ebuild: + Stable for amd64, wrt bug #538950 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pnglite-0.1.17.ebuild: EAPI=5 diff --git a/media-libs/pnglite/pnglite-0.1.17.ebuild b/media-libs/pnglite/pnglite-0.1.17.ebuild index c5f722458a51..a9c2ee027892 100644 --- a/media-libs/pnglite/pnglite-0.1.17.ebuild +++ b/media-libs/pnglite/pnglite-0.1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/pnglite/pnglite-0.1.17.ebuild,v 1.5 2015/02/05 18:04:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pnglite/pnglite-0.1.17.ebuild,v 1.6 2015/02/06 13:41:24 ago Exp $ EAPI=5 inherit eutils flag-o-matic multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" RDEPEND="sys-libs/zlib" |