Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/
Date: Sun, 04 Dec 2016 16:52:55
Message-Id: 1480870362.75b170549fe05545b3cee79f0a5cfe3c459556f8.klausman@gentoo
1 commit: 75b170549fe05545b3cee79f0a5cfe3c459556f8
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 16:52:27 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 16:52:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b17054
7
8 net-libs/socket_wrapper-1.1.7-r0: keyworded for ~alpha
9
10 Gentoo-Bug: 591304
11
12 net-libs/socket_wrapper/socket_wrapper-1.1.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 fa15b39..f2e068d 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 @@ -11,7 +11,7 @@ HOMEPAGE="https://cwrap.org/socket_wrapper.html"
20 SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 IUSE="test"
26
27 DEPEND=""