diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-15 12:33:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-15 12:33:45 +0000 |
commit | 2b1e3075817c56e074673146ef7ce1fecbd37509 (patch) | |
tree | 9ac6d6dd914104c38c3cf19d4506c2481a67064e /sys-devel/bc | |
parent | x86 stable per bug 354080 (diff) | |
download | gentoo-2-2b1e3075817c56e074673146ef7ce1fecbd37509.tar.gz gentoo-2-2b1e3075817c56e074673146ef7ce1fecbd37509.tar.bz2 gentoo-2-2b1e3075817c56e074673146ef7ce1fecbd37509.zip |
Marked ~sparc64-solaris
(Portage version: 2.2.01.17901-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06.95-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog index ffbf4284d9a8..cf333c639be3 100644 --- a/sys-devel/bc/ChangeLog +++ b/sys-devel/bc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.38 2010/12/26 18:49:14 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.39 2011/02/15 12:33:45 grobian Exp $ + + 15 Feb 2011; Fabian Groffen <grobian@gentoo.org> bc-1.06.95-r1.ebuild: + Marked ~sparc64-solaris *bc-1.06.95-r1 (26 Dec 2010) diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild b/sys-devel/bc/bc-1.06.95-r1.ebuild index 1029ed5a98d0..f201d81349c7 100644 --- a/sys-devel/bc/bc-1.06.95-r1.ebuild +++ b/sys-devel/bc/bc-1.06.95-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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-r1.ebuild,v 1.1 2010/12/26 18:49:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v 1.2 2011/02/15 12:33:45 grobian Exp $ EAPI="2" @@ -13,7 +13,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 ~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" +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 ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libedit readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |