diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-07-24 01:51:07 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-07-24 01:51:07 +0000 |
commit | afa8de92ec8ee1a501b9cebe3f040390b93984b0 (patch) | |
tree | 2366f108b752ee706b8e62343a7714cd038761d6 /sci-libs | |
parent | fix build without openal wrt #515662, patch by Ari Malinen (diff) | |
download | gentoo-2-afa8de92ec8ee1a501b9cebe3f040390b93984b0.tar.gz gentoo-2-afa8de92ec8ee1a501b9cebe3f040390b93984b0.tar.bz2 gentoo-2-afa8de92ec8ee1a501b9cebe3f040390b93984b0.zip |
Add ~x86-fbsd. #517726
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
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 61c0cffd95c5..4499d61243f3 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.3 2014/07/21 23:23:37 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.4 2014/07/24 01:51:07 naota Exp $ + + 24 Jul 2014; Naohiro Aota <naota@gentoo.org> libcerf-1.3.ebuild: + Add ~x86-fbsd. #517726 21 Jul 2014; Christoph Junghans <ottxor@gentoo.org> files/libcerf-1.3-autotools.patch, libcerf-1.3.ebuild: diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild index 8a1c842e8e2a..36b780d8f456 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.3 2014/07/21 23:23:37 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.4 2014/07/24 01:51:07 naota 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 ~amd64-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-macos" IUSE="doc static-libs test" DEPEND="" |