diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-13 05:48:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-13 05:48:27 +0000 |
commit | 9be1f17776d32d4a14d8dbdf497c0f1e5e818cc9 (patch) | |
tree | bbdac41bec669cc0d21147fd048d1b6c0ba5dafe /sys-devel/bc | |
parent | sh KEYWORDS (diff) | |
download | historical-9be1f17776d32d4a14d8dbdf497c0f1e5e818cc9.tar.gz historical-9be1f17776d32d4a14d8dbdf497c0f1e5e818cc9.tar.bz2 historical-9be1f17776d32d4a14d8dbdf497c0f1e5e818cc9.zip |
sh KEYWORDS
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06-r5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/bc/Manifest b/sys-devel/bc/Manifest index 23ece4e440c2..26e727785c95 100644 --- a/sys-devel/bc/Manifest +++ b/sys-devel/bc/Manifest @@ -1,5 +1,5 @@ MD5 0a9b09d54c5a95713aa934c66dc7b7db ChangeLog 2077 -MD5 f0d4570dcb329d74876aebbc39a3ee89 bc-1.06-r5.ebuild 1756 +MD5 941460ec96d381985ea143e6935266ec bc-1.06-r5.ebuild 1759 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 c6bc9e8c6698c429c778901b2d353c3f files/bc-1.06-info-fix.diff 3182 MD5 40794acac9c09ee182af19387df613b4 files/bc-1.06-readline42.diff 430 diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild index 1f6531e48dde..e1bdbbb94bcf 100644 --- a/sys-devel/bc/bc-1.06-r5.ebuild +++ b/sys-devel/bc/bc-1.06-r5.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # 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.17 2004/11/08 06:09:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.18 2004/11/13 05:48:27 vapier Exp $ inherit eutils flag-o-matic DESCRIPTION="Handy console-based calculator utility" -SRC_URI="mirror://gnu/bc/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" +SRC_URI="mirror://gnu/bc/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 |