summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/libnfs/libnfs-1.8.0.ebuild')
-rw-r--r--net-fs/libnfs/libnfs-1.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/libnfs/libnfs-1.8.0.ebuild b/net-fs/libnfs/libnfs-1.8.0.ebuild
index 702b787c507f..6165a08c58ec 100644
--- a/net-fs/libnfs/libnfs-1.8.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.8.0.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.8.0.ebuild,v 1.2 2014/05/16 03:35:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.8.0.ebuild,v 1.3 2014/05/26 08:45:44 nimiux 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="amd64 ~arm ~x86"
inherit autotools-utils
fi