diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-07 19:54:45 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-07 19:54:45 +0000 |
commit | 4d0ac9c9ea9c6b6ba66601024a5c647898622412 (patch) | |
tree | 51f762c3f2cecd4815c828a3ecb4b95b7f0bd70b /sys-devel/bc/bc-1.06.95.ebuild | |
parent | Added patch to fix compilation-problems with USE="icon -threads" (bug #218964... (diff) | |
download | historical-4d0ac9c9ea9c6b6ba66601024a5c647898622412.tar.gz historical-4d0ac9c9ea9c6b6ba66601024a5c647898622412.tar.bz2 historical-4d0ac9c9ea9c6b6ba66601024a5c647898622412.zip |
amd64 stable, bug #224863
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'sys-devel/bc/bc-1.06.95.ebuild')
-rw-r--r-- | sys-devel/bc/bc-1.06.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild index de9cc6ada901..b52cc31dbc5c 100644 --- a/sys-devel/bc/bc-1.06.95.ebuild +++ b/sys-devel/bc/bc-1.06.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.8 2008/06/07 14:12:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.9 2008/06/07 19:54:45 ken69267 Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/bc/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="libedit readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |