diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-17 17:17:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-17 17:17:24 -0700 |
commit | c73840a6a05560fd9b696930f95a44cf4d6d9043 (patch) | |
tree | e6a77a734ec885f37d5e287a8b22cec680627507 /sys-cluster/rdma-core | |
parent | net-libs/libpcap-1.9.1-r3: add ~alpha, bug 705802 (diff) | |
download | gentoo-c73840a6a05560fd9b696930f95a44cf4d6d9043.tar.gz gentoo-c73840a6a05560fd9b696930f95a44cf4d6d9043.tar.bz2 gentoo-c73840a6a05560fd9b696930f95a44cf4d6d9043.zip |
sys-cluster/rdma-core-28.0: add ~alpha, bug 705802
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-28.0.ebuild b/sys-cluster/rdma-core/rdma-core-28.0.ebuild index f8ee8760f4e5..b5518fdad7d5 100644 --- a/sys-cluster/rdma-core/rdma-core-28.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-28.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core" else SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )" |