summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-07-10 13:45:39 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-07-10 13:45:39 +0000
commit552c0ff9fa473c3ad851fba868d8919c9e657237 (patch)
tree2f0dde33215cb8fa852050fa4af21ea8d636cf5e /sys-devel/bc
parentAdded LICENSE and HOMEPAGE tags (diff)
downloadgentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.gz
gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.bz2
gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.zip
Added SLOT and KEYWORDS tags
Diffstat (limited to 'sys-devel/bc')
-rw-r--r--sys-devel/bc/bc-1.06-r3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/bc/bc-1.06-r3.ebuild b/sys-devel/bc/bc-1.06-r3.ebuild
index f515d9253ecc..5343303c643a 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
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.3 2002/07/09 20:13:54 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.4 2002/07/10 13:45:38 aliz Exp $
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
-"
+LICENSE="GPL-2 & LGPL-2.1"
+SLOT="0"
RDEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
DEPEND="$RDEPEND sys-devel/flex"
+KEYWORDS="x86"
src_unpack() {