diff options
author | 2002-07-16 05:51:11 +0000 | |
---|---|---|
committer | 2002-07-16 05:51:11 +0000 | |
commit | 508453b1ab9359cd195ee08017fe7e7b01f68873 (patch) | |
tree | 665bebb5ad5be6813d5176d0c2c4b80f27100643 /sys-devel/bc | |
parent | fix keywords, sparc please check (diff) | |
download | gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.gz gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.tar.bz2 gentoo-2-508453b1ab9359cd195ee08017fe7e7b01f68873.zip |
more ppc keywords
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/bc-1.06-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/bc/bc-1.06-r3.ebuild b/sys-devel/bc/bc-1.06-r3.ebuild index f98641b04ef3..72f57a51c241 100644 --- a/sys-devel/bc/bc-1.06-r3.ebuild +++ b/sys-devel/bc/bc-1.06-r3.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.5 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.6 2002/07/16 05:51:10 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Handy console-based calculator utility" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" -S=${WORKDIR}/${P} SRC_URI="ftp://prep.ai.mit.edu/pub/gnu/bc/${P}.tar.gz" LICENSE="GPL-2 & LGPL-2.1" SLOT="0" -RDEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" +RDEPEND="readline? ( >=sys-libs/readline-4.1 + >=sys-libs/ncurses-5.2 )" DEPEND="$RDEPEND sys-devel/flex" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_unpack() { |