diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-02 08:12:56 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-02 08:12:56 +0000 |
commit | 717cde50c4453d300061b39704cc647a42be363b (patch) | |
tree | dcb272ac4db43eb8b607378a31560833e316cc4f /media-gfx/optipng | |
parent | x86 stable wrt bug #305903 (diff) | |
download | gentoo-2-717cde50c4453d300061b39704cc647a42be363b.tar.gz gentoo-2-717cde50c4453d300061b39704cc647a42be363b.tar.bz2 gentoo-2-717cde50c4453d300061b39704cc647a42be363b.zip |
x86 stable wrt bug #306359, arch-tested by Thomas Kahle
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'media-gfx/optipng')
-rw-r--r-- | media-gfx/optipng/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/optipng/optipng-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/optipng/ChangeLog b/media-gfx/optipng/ChangeLog index 453021f9e946..171174df5bd9 100644 --- a/media-gfx/optipng/ChangeLog +++ b/media-gfx/optipng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/optipng # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.52 2010/02/28 18:59:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.53 2010/03/02 08:12:56 phajdan.jr Exp $ + + 02 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> optipng-0.6.3.ebuild: + x86 stable wrt bug #306359, arch-tested by Thomas Kahle 28 Feb 2010; nixnut <nixnut@gentoo.org> optipng-0.6.3.ebuild: ppc stable #306359 diff --git a/media-gfx/optipng/optipng-0.6.3.ebuild b/media-gfx/optipng/optipng-0.6.3.ebuild index 3289d1bbd43f..8d36ae2d87df 100644 --- a/media-gfx/optipng/optipng-0.6.3.ebuild +++ b/media-gfx/optipng/optipng-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.6.3.ebuild,v 1.4 2010/02/28 18:59:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.6.3.ebuild,v 1.5 2010/03/02 08:12:56 phajdan.jr Exp $ EAPI=2 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="media-libs/libpng" |