summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r--media-gfx/pngcrush/ChangeLog5
-rw-r--r--media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog
index 7edb99f8197a..3025710bb541 100644
--- a/media-gfx/pngcrush/ChangeLog
+++ b/media-gfx/pngcrush/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/pngcrush
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.27 2008/04/23 16:01:04 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.28 2008/04/23 18:54:44 drac Exp $
+
+ 23 Apr 2008; Samuli Suominen <drac@gentoo.org> pngcrush-1.6.4-r1.ebuild:
+ amd64 stable wrt #219033, thanks to gentoofan23 for testing.
23 Apr 2008; Samuli Suominen <drac@gentoo.org> metadata.xml:
s/no-herd/graphics/
diff --git a/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild b/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild
index f902c227e092..4128a9a779a3 100644
--- a/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild,v 1.2 2008/04/23 18:31:08 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.4-r1.ebuild,v 1.3 2008/04/23 18:54:44 drac Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=media-libs/libpng-1.2.26-r1"
@@ -29,6 +29,6 @@ src_compile() {
}
src_install() {
- dobin ${PN}
+ dobin ${PN} || die "dobin failed."
dodoc *.txt
}