Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/
Date: Sat, 28 Apr 2018 20:08:18
Message-Id: 1524946047.4afefd4cb19a48ea15521b8e58999d78f04d168a.zlogene@gentoo
1 commit: 4afefd4cb19a48ea15521b8e58999d78f04d168a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 20:07:27 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 20:07:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afefd4c
7
8 net-libs/socket_wrapper: arm stable wrt bug #650382
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild
16 index c1d878ce96f..53de4d5f60b 100644
17 --- a/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild
18 +++ b/net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ HOMEPAGE="https://cwrap.org/socket_wrapper.html"
26 SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
30 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
31 IUSE="test"
32
33 DEPEND=""