diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-14 17:25:15 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-14 17:25:15 +0000 |
commit | ec523c23ac88233c79aa502d3f5fc6533545322f (patch) | |
tree | 713b8af23703f69c8a1b0583743433c1fdabade0 /media-gfx/optipng | |
parent | change identifiers with ? to use "is_" (diff) | |
download | gentoo-2-ec523c23ac88233c79aa502d3f5fc6533545322f.tar.gz gentoo-2-ec523c23ac88233c79aa502d3f5fc6533545322f.tar.bz2 gentoo-2-ec523c23ac88233c79aa502d3f5fc6533545322f.zip |
Marked stable on amd64 for bug #165374
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx/optipng')
-rw-r--r-- | media-gfx/optipng/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/optipng/optipng-0.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/optipng/ChangeLog b/media-gfx/optipng/ChangeLog index 8f55645011dd..2b672feaaf62 100644 --- a/media-gfx/optipng/ChangeLog +++ b/media-gfx/optipng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/optipng # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.28 2007/02/10 13:39:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/ChangeLog,v 1.29 2007/02/14 17:25:15 dang Exp $ + + 14 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> optipng-0.5.4.ebuild: + Marked stable on amd64 for bug #165374 10 Feb 2007; nixnut <nixnut@gentoo.org> optipng-0.5.4.ebuild: Stable on ppc wrt bug 165374 diff --git a/media-gfx/optipng/optipng-0.5.4.ebuild b/media-gfx/optipng/optipng-0.5.4.ebuild index 265209847b1e..1d6626dce40b 100644 --- a/media-gfx/optipng/optipng-0.5.4.ebuild +++ b/media-gfx/optipng/optipng-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.5.4.ebuild,v 1.3 2007/02/10 13:39:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.5.4.ebuild,v 1.4 2007/02/14 17:25:15 dang Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://optipng.sourceforge.net/" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~ppc-macos x86" +KEYWORDS="~alpha amd64 ppc ~ppc-macos x86" IUSE="" DEPEND="virtual/libc" |