diff options
Diffstat (limited to 'x11-misc/grpn/grpn-1.1.2.ebuild')
-rw-r--r-- | x11-misc/grpn/grpn-1.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/grpn/grpn-1.1.2.ebuild b/x11-misc/grpn/grpn-1.1.2.ebuild index bad266bfc32a..cb7fd260d9b6 100644 --- a/x11-misc/grpn/grpn-1.1.2.ebuild +++ b/x11-misc/grpn/grpn-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/grpn-1.1.2.ebuild,v 1.2 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/grpn-1.1.2.ebuild,v 1.3 2004/02/17 08:04:03 mr_bones_ Exp $ S=${WORKDIR}/${P} DESCRIPTION="GRPN is a Reverse Polish Notation calculator for X" @@ -12,7 +12,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" src_compile() { emake || die |