diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-05 13:52:01 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-05 13:52:01 +0000 |
commit | ad56670849f270ba3bdb01f5a596971960ecb581 (patch) | |
tree | 412cbb0dd630abb57e926e2c822fbc5e9b1689cb /x11-misc/grun/grun-0.9.2.ebuild | |
parent | Fixed ChangeLog header. (diff) | |
download | gentoo-2-ad56670849f270ba3bdb01f5a596971960ecb581.tar.gz gentoo-2-ad56670849f270ba3bdb01f5a596971960ecb581.tar.bz2 gentoo-2-ad56670849f270ba3bdb01f5a596971960ecb581.zip |
added ~amd64 to KEYWORDS, fixes #84119. compressed the patch to reduce its size (repoman was complaining)
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/grun/grun-0.9.2.ebuild')
-rw-r--r-- | x11-misc/grun/grun-0.9.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild index 6f55d65ea4fd..3653b4b1e889 100644 --- a/x11-misc/grun/grun-0.9.2.ebuild +++ b/x11-misc/grun/grun-0.9.2.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/x11-misc/grun/grun-0.9.2.ebuild,v 1.21 2004/06/24 22:21:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.22 2005/03/05 13:52:01 luckyduck Exp $ inherit eutils @@ -20,7 +20,7 @@ SRC_URI="mirror://debian/pool/main/g/grun/grun_0.9.2.orig.tar.gz" HOMEPAGE="http://www.geocities.com/ResearchTriangle/Facility/1468/sg/grun.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" # The dependencies following the gentoo policy as suggested by gbevin DEPEND="=dev-libs/glib-1.2* @@ -31,7 +31,7 @@ DEPEND="=dev-libs/glib-1.2* src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PF}-gentoo.diff + epatch ${FILESDIR}/${PF}-gentoo.diff.bz2 } src_compile() { |