diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-07-21 11:44:27 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-07-21 11:44:27 +0000 |
commit | 776f097c69886014830794cd2577f0ad5f7aa96d (patch) | |
tree | f78d0a27f92746d6890e1c5f4b36e6e810b80dff /net-dns/dnsmasq/dnsmasq-2.45.ebuild | |
parent | Fix compilation, bug #232434 (diff) | |
download | gentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.tar.gz gentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.tar.bz2 gentoo-2-776f097c69886014830794cd2577f0ad5f7aa96d.zip |
AMD64 stable keyword for 2.45; for security bug #232523. Tested on hardened Opteron 2218 (hardened/amd64, gcc-3.4.6, glibc-2.6.1-r0, 2.6.24-hardened-r3 x86_64) and Core 2 Duo (default/linux/amd64/2008.0/developer, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26 x86_64).
(Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-2.45.ebuild')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.45.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.45.ebuild b/net-dns/dnsmasq/dnsmasq-2.45.ebuild index 2d3e73d73912..dcb02a18a8c1 100644 --- a/net-dns/dnsmasq/dnsmasq-2.45.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.45.ebuild,v 1.1 2008/07/21 04:40:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.45.ebuild,v 1.2 2008/07/21 11:44:27 chainsaw Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.lzma" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="dbus ipv6 isc nls tftp" RDEPEND="dbus? ( sys-apps/dbus ) |