diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2018-12-07 14:58:58 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-12-07 14:58:58 -0800 |
commit | c3e77d1fe12c5e719373ee3e22f64958718d5679 (patch) | |
tree | 78bda8219935070f78a6377154015bf561da296f /net-dns | |
parent | net-dns/dnsmasq: Make nettle dep >=3.4 (bug #667820) (diff) | |
download | gentoo-c3e77d1fe12c5e719373ee3e22f64958718d5679.tar.gz gentoo-c3e77d1fe12c5e719373ee3e22f64958718d5679.tar.bz2 gentoo-c3e77d1fe12c5e719373ee3e22f64958718d5679.zip |
net-dns/dnsmasq: Stabilize on amd64 (bug #672724)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.80.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.80.ebuild b/net-dns/dnsmasq/dnsmasq-2.80.ebuild index 4e740fb0d987..4eb06a182532 100644 --- a/net-dns/dnsmasq/dnsmasq-2.80.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.80.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2" IUSE+=" +inotify ipv6 lua nls script selinux static tftp" |