diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2015-07-30 23:58:16 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2015-07-30 23:58:16 +0000 |
commit | 612003546b29b4e5e936f4faa21f4410bb32c9d4 (patch) | |
tree | 111e002fef0188058d05ec1d6a2921366c6fc99a /net-dns | |
parent | Version bump, remove previous version. (diff) | |
download | gentoo-2-612003546b29b4e5e936f4faa21f4410bb32c9d4.tar.gz gentoo-2-612003546b29b4e5e936f4faa21f4410bb32c9d4.tar.bz2 gentoo-2-612003546b29b4e5e936f4faa21f4410bb32c9d4.zip |
Amend previous commit to use :* for the lua dependency.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.75.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.75.ebuild b/net-dns/dnsmasq/dnsmasq-2.75.ebuild index c90d2582e807..f237402a4ad1 100644 --- a/net-dns/dnsmasq/dnsmasq-2.75.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.75.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.75.ebuild,v 1.1 2015/07/30 23:55:17 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.75.ebuild,v 1.2 2015/07/30 23:58:16 chutzpah Exp $ EAPI=5 @@ -21,12 +21,7 @@ done CDEPEND="dbus? ( sys-apps/dbus ) idn? ( net-dns/libidn ) - lua? ( - || ( - dev-lang/lua:0 - dev-lang/lua:5.1 - ) - ) + lua? ( dev-lang/lua:* ) conntrack? ( net-libs/libnetfilter_conntrack ) nls? ( sys-devel/gettext |