diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-04-30 17:53:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-04-30 17:53:22 +0000 |
commit | 00427e0710d2967111e8d9abf2b157303c27b8bc (patch) | |
tree | 2454fce781345628484e8a0684c9ad575bb25122 /dev-libs/libf2c | |
parent | Udev now unconditionally installs to /lib/udev, don't die because of that (diff) | |
download | gentoo-2-00427e0710d2967111e8d9abf2b157303c27b8bc.tar.gz gentoo-2-00427e0710d2967111e8d9abf2b157303c27b8bc.tar.bz2 gentoo-2-00427e0710d2967111e8d9abf2b157303c27b8bc.zip |
Drop alpha/sparc keywords
(Portage version: 2.1.9.45/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/libf2c')
-rw-r--r-- | dev-libs/libf2c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20070912.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libf2c/libf2c-20090407-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libf2c/ChangeLog b/dev-libs/libf2c/ChangeLog index f4f95aad371e..8cf181da5d1f 100644 --- a/dev-libs/libf2c/ChangeLog +++ b/dev-libs/libf2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libf2c # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.39 2011/04/26 20:11:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/ChangeLog,v 1.40 2011/04/30 17:53:22 armin76 Exp $ + + 30 Apr 2011; Raúl Porcel <armin76@gentoo.org> libf2c-20070912.ebuild, + libf2c-20090407-r1.ebuild: + Drop alpha/sparc keywords 26 Apr 2011; Christoph Mende <angelos@gentoo.org> libf2c-20090407-r1.ebuild: diff --git a/dev-libs/libf2c/libf2c-20070912.ebuild b/dev-libs/libf2c/libf2c-20070912.ebuild index f663e434256d..48aa76e4b37d 100644 --- a/dev-libs/libf2c/libf2c-20070912.ebuild +++ b/dev-libs/libf2c/libf2c-20070912.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.11 2011/02/24 07:25:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20070912.ebuild,v 1.12 2011/04/30 17:53:22 armin76 Exp $ inherit toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${P}.zip LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="" diff --git a/dev-libs/libf2c/libf2c-20090407-r1.ebuild b/dev-libs/libf2c/libf2c-20090407-r1.ebuild index 604bc1e4d37d..8e7d5f3f9530 100644 --- a/dev-libs/libf2c/libf2c-20090407-r1.ebuild +++ b/dev-libs/libf2c/libf2c-20090407-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407-r1.ebuild,v 1.4 2011/04/26 20:06:06 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20090407-r1.ebuild,v 1.5 2011/04/30 17:53:22 armin76 Exp $ EAPI=2 inherit toolchain-funcs eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="" |