Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-modules/
Date: Sun, 18 Oct 2020 16:02:35
Message-Id: 1603036809.318ab6571a4081e1fb49995e9d1f9bfb631bed26.whissi@gentoo
1 commit: 318ab6571a4081e1fb49995e9d1f9bfb631bed26
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 18 15:48:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 18 16:00:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318ab657
7
8 net-vpn/wireguard-modules: x86 stable (bug #744520)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild
17 index 86de5edd4d3..25d2732d235 100644
18 --- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild
19 +++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild
20 @@ -12,11 +12,11 @@ HOMEPAGE="https://www.wireguard.com/"
21 if [[ ${PV} == 9999 ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="https://git.zx2c4.com/wireguard-linux-compat"
24 - KEYWORDS="amd64"
25 + KEYWORDS="amd64 x86"
26 else
27 SRC_URI="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${PV}.tar.xz"
28 S="${WORKDIR}/wireguard-linux-compat-${PV}"
29 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
30 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
31 fi
32
33 LICENSE="GPL-2"