diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:02:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 16:02:13 +0000 |
commit | 6776958fa1ef10b2d67346e382cc17f0489356ce (patch) | |
tree | cb418fbd6461a7e753ced302342bdaf4b2511971 /net-dns | |
parent | Stable for sh, wrt bug #465678 (diff) | |
download | gentoo-2-6776958fa1ef10b2d67346e382cc17f0489356ce.tar.gz gentoo-2-6776958fa1ef10b2d67346e382cc17f0489356ce.tar.bz2 gentoo-2-6776958fa1ef10b2d67346e382cc17f0489356ce.zip |
Stable for sh, wrt bug #453170
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", 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.66.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index a5429c255633..9143e9a9cc87 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.243 2013/05/26 06:43:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.244 2013/06/09 16:02:13 ago Exp $ + + 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.66.ebuild: + Stable for sh, wrt bug #453170 26 May 2013; Agostino Sarubbo <ago@gentoo.org> dnsmasq-2.66.ebuild: Stable for s390, wrt bug #453170 diff --git a/net-dns/dnsmasq/dnsmasq-2.66.ebuild b/net-dns/dnsmasq/dnsmasq-2.66.ebuild index c6584cd4e337..4ca82aefbed1 100644 --- a/net-dns/dnsmasq/dnsmasq-2.66.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.66.ebuild,v 1.11 2013/05/26 06:43:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.66.ebuild,v 1.12 2013/06/09 16:02:13 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 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="auth-dns conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script tftp" DM_LINGUAS="de es fi fr id it no pl pt_BR ro" for dm_lingua in ${DM_LINGUAS}; do |