diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-04 11:48:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-04 11:48:06 +0000 |
commit | 44710bd1800b000963cf8c6bf144601955a309b9 (patch) | |
tree | 582bc143cd96619ecd211053ce8cc19a70dc1c45 /net-dns/dnsmasq | |
parent | Version bump. (diff) | |
download | gentoo-2-44710bd1800b000963cf8c6bf144601955a309b9.tar.gz gentoo-2-44710bd1800b000963cf8c6bf144601955a309b9.tar.bz2 gentoo-2-44710bd1800b000963cf8c6bf144601955a309b9.zip |
stable arm, bug #436894
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.63.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index 7bce637d2b93..3d5e27a8a569 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.226 2012/10/04 11:32:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.227 2012/10/04 11:48:06 blueness Exp $ + + 04 Oct 2012; Anthony G. Basile <blueness@gentoo.org> dnsmasq-2.63.ebuild: + stable arm, bug #436894 04 Oct 2012; Anthony G. Basile <blueness@gentoo.org> dnsmasq-2.63.ebuild: stable ppc ppc64, bug #436894 diff --git a/net-dns/dnsmasq/dnsmasq-2.63.ebuild b/net-dns/dnsmasq/dnsmasq-2.63.ebuild index a514e4e602f0..30675daef2ad 100644 --- a/net-dns/dnsmasq/dnsmasq-2.63.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63.ebuild,v 1.5 2012/10/04 11:32:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.63.ebuild,v 1.6 2012/10/04 11:48:06 blueness Exp $ EAPI=4 @@ -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="conntrack dbus +dhcp 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 |