diff options
author | 2012-04-02 22:21:41 +0000 | |
---|---|---|
committer | 2012-04-02 22:21:41 +0000 | |
commit | 39a25b78683c74cee4a0b6e9fd70ccb292be1ab5 (patch) | |
tree | df885011536be4441342171dcc5084dc1a1b7f57 /sys-fs/owfs/owfs-2.7_p21.ebuild | |
parent | Use einfo instead of ewarn as discussed in http://archives.gentoo.org/gentoo-... (diff) | |
download | gentoo-2-39a25b78683c74cee4a0b6e9fd70ccb292be1ab5.tar.gz gentoo-2-39a25b78683c74cee4a0b6e9fd70ccb292be1ab5.tar.bz2 gentoo-2-39a25b78683c74cee4a0b6e9fd70ccb292be1ab5.zip |
Drop net-misc/mDNSResponder dependency, bug #405399.
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/owfs/owfs-2.7_p21.ebuild')
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/owfs/owfs-2.7_p21.ebuild b/sys-fs/owfs/owfs-2.7_p21.ebuild index 23086781b280..64f14d450434 100644 --- a/sys-fs/owfs/owfs-2.7_p21.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21.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/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.5 2012/02/25 03:44:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.6 2012/04/02 22:21:41 pacho Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -20,7 +20,7 @@ RDEPEND="fuse? ( sys-fs/fuse ) php? ( dev-lang/php ) tcl? ( dev-lang/tcl ) usb? ( dev-libs/libusb ) - zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder ) )" + zeroconf? ( net-dns/avahi[mdnsresponder-compat] )" DEPEND="${RDEPEND} perl? ( dev-lang/swig ) php? ( dev-lang/swig ) |