diff options
author | 2012-08-03 19:34:54 +0000 | |
---|---|---|
committer | 2012-08-03 19:34:54 +0000 | |
commit | 7e866f332e62031be11981a83d83796493ce44e5 (patch) | |
tree | c9d3b0218d179986190ef30af0338f0ded701ec3 /sci-libs/libcore | |
parent | Version bump. Also disable some unsupported programmers by default. (diff) | |
download | gentoo-2-7e866f332e62031be11981a83d83796493ce44e5.tar.gz gentoo-2-7e866f332e62031be11981a83d83796493ce44e5.tar.bz2 gentoo-2-7e866f332e62031be11981a83d83796493ce44e5.zip |
Keyword amd64-linux x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libcore')
-rw-r--r-- | sci-libs/libcore/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libcore/libcore-2.1.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/libcore/ChangeLog b/sci-libs/libcore/ChangeLog index 91b4f58c7e85..493ce184e879 100644 --- a/sci-libs/libcore/ChangeLog +++ b/sci-libs/libcore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libcore -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.8 2011/08/08 18:51:41 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.9 2012/08/03 19:34:54 bicatali Exp $ + + 03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libcore-2.1.1-r1.ebuild: + Keyword amd64-linux x86-linux *libcore-2.1.1-r1 (08 Aug 2011) @@ -44,4 +47,3 @@ 12 Oct 2006; <djay@gentoo.org> +files/core-1.7.patch, +metadata.xml, +core-1.7.ebuild: Initial Import - diff --git a/sci-libs/libcore/libcore-2.1.1-r1.ebuild b/sci-libs/libcore/libcore-2.1.1-r1.ebuild index cf2246cd3a5b..804b01853e1f 100644 --- a/sci-libs/libcore/libcore-2.1.1-r1.ebuild +++ b/sci-libs/libcore/libcore-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-2.1.1-r1.ebuild,v 1.1 2011/08/08 18:51:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-2.1.1-r1.ebuild,v 1.2 2012/08/03 19:34:54 bicatali Exp $ EAPI=4 inherit eutils toolchain-funcs versionator @@ -15,7 +15,7 @@ SRC_URI="http://cs.nyu.edu/exact/core/download/${MYPN}/${MYPN}-${PV}.tgz LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" RDEPEND="" |