diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 10:40:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 10:40:24 +0000 |
commit | 271c981a1272909b115967dbd204fb56e360ce02 (patch) | |
tree | 92a80a3d2a8f312aa1735fd4e4682250217d50fb /sys-devel/bc | |
parent | Fixed License line in visualboyadvance (diff) | |
download | historical-271c981a1272909b115967dbd204fb56e360ce02.tar.gz historical-271c981a1272909b115967dbd204fb56e360ce02.tar.bz2 historical-271c981a1272909b115967dbd204fb56e360ce02.zip |
repoman fix
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/bc-1.06-r5.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild index 16210f48cf1c..7a3fa31df766 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.5 2003/03/25 07:27:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.6 2003/03/27 10:40:24 seemant Exp $ IUSE="readline" @@ -12,19 +12,21 @@ HOMEPAGE="http://www.gnu.org/software/bc/bc.html" SRC_URI="mirror://gnu/bc/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2 & LGPL-2.1" +LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 ppc sparc alpha hppa arm" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" -DEPEND="$RDEPEND sys-devel/flex" +DEPEND="$RDEPEND + >=sys-apps/portage-2.0.47-r10 + sys-devel/flex" src_unpack() { unpack ${A} ; cd ${S} - patch -p1 < ${FILESDIR}/bc-1.06-info-fix.diff || die - patch -p1 < ${FILESDIR}/bc-1.06-readline42.diff || die + epatch ${FILESDIR}/bc-1.06-info-fix.diff + epatch ${FILESDIR}/bc-1.06-readline42.diff # Command line arguments for flex changed from the old # 2.5.4 to 2.5.22, so fix configure if we are using the |