From d8f3face755ab24c18e12da7dd3ecf28d2174fde Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 Nov 2005 03:28:00 +0000 Subject: hppa love courtesy of notopic (Portage version: 2.0.53_rc7) --- www-apps/curator/curator-2.0.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'www-apps/curator') diff --git a/www-apps/curator/curator-2.0.ebuild b/www-apps/curator/curator-2.0.ebuild index c56af1522219..44009f6aacbc 100644 --- a/www-apps/curator/curator-2.0.ebuild +++ b/www-apps/curator/curator-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.0.ebuild,v 1.2 2004/09/03 17:17:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.0.ebuild,v 1.3 2005/11/29 03:24:29 vapier Exp $ MY_P=curator-2.0 DESCRIPTION="Webpage thumbnail creator" @@ -9,17 +9,16 @@ SRC_URI="mirror://sourceforge/curator/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc alpha ~mips amd64" +KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.2.1 - >=media-gfx/imagemagick-5.4.9" + >=media-gfx/imagemagick-5.4.9" -S="${WORKDIR}/curator" +S=${WORKDIR}/curator src_install() { cd ${WORKDIR} dobin curator || die "install failed" - dodoc CHANGES COPYING README + dodoc CHANGES README } - -- cgit v1.2.3-65-gdbad