diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-24 09:37:10 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-24 09:37:10 +0000 |
commit | 5f31c14c0caa8fcb006ddc53f449e9a3cda935c8 (patch) | |
tree | f2e0b385e462d78599aa842193837a306b40cd41 /net-dns/dnsmasq | |
parent | Stable for all (bug #555712) (diff) | |
download | gentoo-2-5f31c14c0caa8fcb006ddc53f449e9a3cda935c8.tar.gz gentoo-2-5f31c14c0caa8fcb006ddc53f449e9a3cda935c8.tar.bz2 gentoo-2-5f31c14c0caa8fcb006ddc53f449e9a3cda935c8.zip |
ia64 stable wrt bug #547966
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index d19852fe4184..4ceab7827a0a 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.278 2015/07/03 09:57:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.279 2015/07/24 09:37:10 zlogene Exp $ + + 24 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> dnsmasq-2.72-r2.ebuild: + ia64 stable wrt bug #547966 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.72-r2.ebuild: Stable for alpha, wrt bug #547966 diff --git a/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild b/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild index 2837467a0e6b..638232654fcf 100644 --- a/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 1.11 2015/07/03 09:57:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 1.12 2015/07/24 09:37:10 zlogene Exp $ EAPI=5 @@ -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 ~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 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 |