diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-10-17 14:44:01 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-10-17 14:44:01 +0000 |
commit | 5bc29f470a77ba51b02d245b5c4c9c13bb6d7d98 (patch) | |
tree | 0db1d3819a5251b3ec3c8b0e89a952aee775adb5 /sci-libs | |
parent | Stable on alpha, bug 517692 (diff) | |
download | gentoo-2-5bc29f470a77ba51b02d245b5c4c9c13bb6d7d98.tar.gz gentoo-2-5bc29f470a77ba51b02d245b5c4c9c13bb6d7d98.tar.bz2 gentoo-2-5bc29f470a77ba51b02d245b5c4c9c13bb6d7d98.zip |
Stable on alpha, bug 517726
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libcerf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libcerf/libcerf-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/libcerf/ChangeLog b/sci-libs/libcerf/ChangeLog index b6c3e254b883..e528c218eff0 100644 --- a/sci-libs/libcerf/ChangeLog +++ b/sci-libs/libcerf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libcerf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.6 2014/08/13 17:59:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.7 2014/10/17 14:44:01 klausman Exp $ + + 17 Oct 2014; Tobias Klausmann <klausman@gentoo.org> libcerf-1.3.ebuild: + Stable on alpha, bug 517726 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> libcerf-1.3.ebuild: Keyword ~ppc and ~ppc64, bug #517726 diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild index c852ee334962..c20fbeccc67e 100644 --- a/sci-libs/libcerf/libcerf-1.3.ebuild +++ b/sci-libs/libcerf/libcerf-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.6 2014/08/13 17:59:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.7 2014/10/17 14:44:01 klausman Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs test" DEPEND="" |