summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-15 22:40:55 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-15 22:40:55 +0000
commitff1255995f2e6129b3776cfe4013cace24a010f9 (patch)
tree09d29d33a39559ae06a98cbf9482793cfc658f2a /sys-devel
parentVersion bump (diff)
downloadgentoo-2-ff1255995f2e6129b3776cfe4013cace24a010f9.tar.gz
gentoo-2-ff1255995f2e6129b3776cfe4013cace24a010f9.tar.bz2
gentoo-2-ff1255995f2e6129b3776cfe4013cace24a010f9.zip
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog7
-rw-r--r--sys-devel/bc/bc-1.06.95.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index 991dd40723b4..74d316d5637d 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.35 2008/06/09 15:16:18 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.36 2010/01/15 22:40:55 fauli Exp $
+
+ 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> bc-1.06.95.ebuild:
+ Transfer Prefix keywords
09 Jun 2008; Jeroen Roovers <jer@gentoo.org> bc-1.06.95.ebuild:
Stable for HPPA (bug #224863).
diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild
index 814c830cb5fd..b1c060ad121a 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
+# Copyright 1999-2010 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.11 2008/09/21 11:52:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.12 2010/01/15 22:40:55 fauli 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 x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="libedit readline static"
RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )