diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-15 08:45:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-15 08:45:04 +0000 |
commit | ff267b1e6cf05354dac09200f1e18500a7c1e7cc (patch) | |
tree | cb7fa0bd20a00b7526bd371f2cfd95bf4f8fbf08 /dev-lang/cfortran | |
parent | Keyworded for ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-ff267b1e6cf05354dac09200f1e18500a7c1e7cc.tar.gz gentoo-2-ff267b1e6cf05354dac09200f1e18500a7c1e7cc.tar.bz2 gentoo-2-ff267b1e6cf05354dac09200f1e18500a7c1e7cc.zip |
Keyworded for ~amd64-linux ~x86-linux per 305123
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-lang/cfortran')
-rw-r--r-- | dev-lang/cfortran/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/cfortran/cfortran-4.4-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/cfortran/ChangeLog b/dev-lang/cfortran/ChangeLog index 276c4ca1a443..3b6feb4b745e 100644 --- a/dev-lang/cfortran/ChangeLog +++ b/dev-lang/cfortran/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/cfortran -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.21 2009/12/07 08:58:28 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.22 2010/02/15 08:45:04 jlec Exp $ + + 15 Feb 2010; Justin Lecher (jlec) <jlec@j-schmitz.net> + cfortran-4.4-r2.ebuild: + Keyworded for ~amd64-linux ~x86-linux per 305123 07 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> cfortran-4.4-r2.ebuild: diff --git a/dev-lang/cfortran/cfortran-4.4-r2.ebuild b/dev-lang/cfortran/cfortran-4.4-r2.ebuild index 835942e79ca4..2d5ba7550933 100644 --- a/dev-lang/cfortran/cfortran-4.4-r2.ebuild +++ b/dev-lang/cfortran/cfortran-4.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.8 2009/12/07 08:58:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r2.ebuild,v 1.9 2010/02/15 08:45:04 jlec Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="Header file allowing to call Fortran routines from C and C++" SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" LICENSE="LGPL-2" IUSE="examples" SLOT="0" |