diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-08 00:16:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-08 00:16:24 +0000 |
commit | cdf01b61f7183d20e9b8b3ad08c3699262911ad3 (patch) | |
tree | 627654d8ed011f82656e18e3b413b9c712b7b7d7 | |
parent | Added a security fix for bug #77025 (Manifest recommit) (diff) | |
download | gentoo-2-cdf01b61f7183d20e9b8b3ad08c3699262911ad3.tar.gz gentoo-2-cdf01b61f7183d20e9b8b3ad08c3699262911ad3.tar.bz2 gentoo-2-cdf01b61f7183d20e9b8b3ad08c3699262911ad3.zip |
~hppa KEYWORDS for #77030
-rw-r--r-- | media-gfx/scrot/scrot-0.8.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-gfx/scrot/scrot-0.8.ebuild b/media-gfx/scrot/scrot-0.8.ebuild index 259ec061d44c..0696be282be0 100644 --- a/media-gfx/scrot/scrot-0.8.ebuild +++ b/media-gfx/scrot/scrot-0.8.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8.ebuild,v 1.13 2005/01/07 22:41:12 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.8.ebuild,v 1.14 2005/01/08 00:16:24 vapier Exp $ inherit bash-completion DESCRIPTION="Screen Shooter" -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" HOMEPAGE="http://www.linuxbrit.co.uk/" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" -SLOT="0" LICENSE="as-is BSD" -KEYWORDS="x86 ~alpha ppc amd64 sparc ppc64" +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="" DEPEND=">=media-libs/imlib2-1.0.3 >=media-libs/giblib-1.2.3" -src_install () { - make DESTDIR=${D} install || die - rm -r ${D}/usr/doc/${PN} +src_install() { + make DESTDIR="${D}" install || die + rm -r "${D}"/usr/doc dodoc TODO README AUTHORS ChangeLog |