diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-07-27 09:32:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-07-27 09:32:34 +0000 |
commit | a1bbb15d551d7b68713a85810912853edc0ec534 (patch) | |
tree | 156eb36ef7e3c045e8b381a2ff59ba13f72d4757 /sci-libs | |
parent | add xop useflag (diff) | |
download | gentoo-2-a1bbb15d551d7b68713a85810912853edc0ec534.tar.gz gentoo-2-a1bbb15d551d7b68713a85810912853edc0ec534.tar.bz2 gentoo-2-a1bbb15d551d7b68713a85810912853edc0ec534.zip |
Add missing Prefix keywords, bug #517726
(Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
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 4499d61243f3..2b4b7ec194df 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.4 2014/07/24 01:51:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.5 2014/07/27 09:32:34 grobian Exp $ + + 27 Jul 2014; Fabian Groffen <grobian@gentoo.org> libcerf-1.3.ebuild: + Add missing Prefix keywords, bug #517726 24 Jul 2014; Naohiro Aota <naota@gentoo.org> libcerf-1.3.ebuild: Add ~x86-fbsd. #517726 diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild index 36b780d8f456..04961bc3dd7f 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.4 2014/07/24 01:51:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.5 2014/07/27 09:32:33 grobian 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 ~x86 ~x86-fbsd ~amd64-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs test" DEPEND="" |