diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 17:59:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 17:59:44 +0000 |
commit | b03b93f2ecb9842723ccd57ff81bead8dc8eb867 (patch) | |
tree | bbd7764d957911e10955bc89238c6ed8e4f629f4 /net-libs/socket_wrapper | |
parent | sys-libs/ldb: Stabilize 2.2.1 arm64, #778026 (diff) | |
download | gentoo-b03b93f2ecb9842723ccd57ff81bead8dc8eb867.tar.gz gentoo-b03b93f2ecb9842723ccd57ff81bead8dc8eb867.tar.bz2 gentoo-b03b93f2ecb9842723ccd57ff81bead8dc8eb867.zip |
net-libs/socket_wrapper: Stabilize 1.3.2 arm64, #778026
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/socket_wrapper')
-rw-r--r-- | net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild index e18db2f76cad..e54e66e2d235 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |