diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-11-11 11:26:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-11 11:26:16 +0000 |
commit | 53eb0395d45bfec4de5436d01778b7f9626b1618 (patch) | |
tree | e3e84c3c4cc06c1b7d71e838ea9c538a31c85c65 /net-fs/libnfs | |
parent | Keyword ~ppc64, bug #525846 (diff) | |
download | gentoo-2-53eb0395d45bfec4de5436d01778b7f9626b1618.tar.gz gentoo-2-53eb0395d45bfec4de5436d01778b7f9626b1618.tar.bz2 gentoo-2-53eb0395d45bfec4de5436d01778b7f9626b1618.zip |
Keyword ~ppc64, bug #525846
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-fs/libnfs')
-rw-r--r-- | net-fs/libnfs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-1.9.5.ebuild | 4 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-fs/libnfs/ChangeLog b/net-fs/libnfs/ChangeLog index 820a6802a7fc..a6239020a3cb 100644 --- a/net-fs/libnfs/ChangeLog +++ b/net-fs/libnfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/libnfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.15 2014/10/20 09:27:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.16 2014/11/11 11:26:16 blueness Exp $ + + 11 Nov 2014; Anthony G. Basile <blueness@gentoo.org> libnfs-1.9.5.ebuild, + libnfs-9999.ebuild: + Keyword ~ppc64, bug #525846 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.5.ebuild: Marked ~hppa (bug #525846). diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild index 6ba907748185..842759725d41 100644 --- a/net-fs/libnfs/libnfs-1.9.5.ebuild +++ b/net-fs/libnfs/libnfs-1.9.5.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/net-fs/libnfs/libnfs-1.9.5.ebuild,v 1.4 2014/10/20 09:27:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild,v 1.5 2014/11/11 11:26:16 blueness Exp $ EAPI="5" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools-utils else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~hppa x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" inherit autotools-utils fi diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index 303dbb3f9af8..5c6662e3afe9 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.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/net-fs/libnfs/libnfs-9999.ebuild,v 1.6 2014/08/08 14:23:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-9999.ebuild,v 1.7 2014/11/11 11:26:16 blueness Exp $ EAPI="5" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools-utils else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="~arm ~amd64 ~x86" + KEYWORDS="~arm ~amd64 ~ppc ~ppc64 ~x86" inherit autotools-utils fi |