diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 08:32:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 08:32:02 +0000 |
commit | 82a464ea43909e92e8634be9c8161ccad91c60e7 (patch) | |
tree | 78e371706db5f9a52756830d0e35599ca6070ba3 /net-dns/dnsmasq | |
parent | Bump to 4.85 RC2 (diff) | |
download | gentoo-2-82a464ea43909e92e8634be9c8161ccad91c60e7.tar.gz gentoo-2-82a464ea43909e92e8634be9c8161ccad91c60e7.tar.bz2 gentoo-2-82a464ea43909e92e8634be9c8161ccad91c60e7.zip |
Stable for ppc64, wrt bug #527536
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index 3f8a40f062c5..4ea1a576ee36 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.263 2014/12/02 09:21:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.264 2014/12/04 08:32:02 ago Exp $ + + 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.72.ebuild: + Stable for ppc64, wrt bug #527536 02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.72.ebuild: Stable for alpha, wrt bug #527536 diff --git a/net-dns/dnsmasq/dnsmasq-2.72.ebuild b/net-dns/dnsmasq/dnsmasq-2.72.ebuild index 3dcbfa148546..f5867af7936b 100644 --- a/net-dns/dnsmasq/dnsmasq-2.72.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild,v 1.10 2014/12/02 09:21:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72.ebuild,v 1.11 2014/12/04 08:32:02 ago 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 |