diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:23:17 +0000 |
commit | 58372729e56a0c686eca1c16e90be8685a5e1c73 (patch) | |
tree | d0bb165abd362d8230c2c70c000becd9d59000bc /sys-devel/bc | |
parent | initial ebuild #37586 (diff) | |
download | historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.gz historical-58372729e56a0c686eca1c16e90be8685a5e1c73.tar.bz2 historical-58372729e56a0c686eca1c16e90be8685a5e1c73.zip |
Remove arm keywords
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/bc-1.06-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild index 72c0569efe04..60538dec2656 100644 --- a/sys-devel/bc/bc-1.06-r5.ebuild +++ b/sys-devel/bc/bc-1.06-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.12 2003/12/17 04:13:58 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.13 2004/02/23 00:17:26 agriffis Exp $ IUSE="readline" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/bc/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" |