diff options
author | 2015-06-17 08:51:10 +0000 | |
---|---|---|
committer | 2015-06-17 08:51:10 +0000 | |
commit | c93ae5bd4f1ebb63b8066b09d13b8c091aa4421e (patch) | |
tree | 9fc92fd0e4b43867d68706c506a1328ce1ef0d90 /net-dns | |
parent | Stable for sparc, wrt bug #534748 (diff) | |
download | gentoo-2-c93ae5bd4f1ebb63b8066b09d13b8c091aa4421e.tar.gz gentoo-2-c93ae5bd4f1ebb63b8066b09d13b8c091aa4421e.tar.bz2 gentoo-2-c93ae5bd4f1ebb63b8066b09d13b8c091aa4421e.zip |
Stable for sparc, wrt bug #547966
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dns')
-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 6795f7e397f0..29140f6cae18 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.272 2015/06/17 07:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.273 2015/06/17 08:51:10 ago Exp $ + + 17 Jun 2015; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.72-r2.ebuild: + Stable for sparc, wrt bug #547966 17 Jun 2015; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.72-r2.ebuild: Stable for x86, wrt bug #547966 diff --git a/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild b/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild index af574b8a6585..b8e11b520856 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.5 2015/06/17 07:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 1.6 2015/06/17 08:51:10 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 |