From bea1e305c53d800b4614059922ee1d53b067585a Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 21 Apr 2017 11:55:29 -0700 Subject: [PATCH] net-dns/dnsmasq: apply CoreOS changes Mark it stable for arm64, and fix installation. The "install" target is completely broken for all architectures since it will rebuild everthing with cc every time, so use the "install-common" target instead to bypass that. --- .../coreos-overlay/net-dns/dnsmasq/dnsmasq-2.76-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/net-dns/dnsmasq/dnsmasq-2.76-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/net-dns/dnsmasq/dnsmasq-2.76-r1.ebuild index 27f157cd66..27b2acbf58 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-dns/dnsmasq/dnsmasq-2.76-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-dns/dnsmasq/dnsmasq-2.76-r1.ebuild @@ -11,7 +11,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn +inotify ipv6 lua nls script selinux static tftp" DM_LINGUAS="de es fi fr id it no pl pt_BR ro" for dm_lingua in ${DM_LINGUAS}; do @@ -138,7 +138,7 @@ src_install() { MANDIR=/usr/share/man \ COPTS="${COPTS}" \ DESTDIR="${D}" \ - install$(use nls && echo "-i18n") + install-common for lingua in ${DM_LINGUAS}; do use linguas_${lingua} || rm -rf "${D}"/usr/share/locale/${lingua}