diff options
author | 2023-02-23 22:03:53 +0200 | |
---|---|---|
committer | 2023-02-23 22:03:53 +0200 | |
commit | 4bb6f835d66620b186f5ff79fd07f6df8c190fb5 (patch) | |
tree | 2a19fa6db55ff4235baa1a13cca155e8775e48b7 /net-dns | |
parent | net-libs/socket_wrapper: Stabilize 1.4.0 x86, #893086 (diff) | |
download | gentoo-4bb6f835d66620b186f5ff79fd07f6df8c190fb5.tar.gz gentoo-4bb6f835d66620b186f5ff79fd07f6df8c190fb5.tar.bz2 gentoo-4bb6f835d66620b186f5ff79fd07f6df8c190fb5.zip |
net-dns/resolv_wrapper: Stabilize 1.1.8 x86, #893086
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild index b47efa459a1b..a08204f06ec5 100644 --- a/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild +++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.8.ebuild @@ -11,7 +11,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 )" |