diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-02 22:21:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-02 22:21:41 +0000 |
commit | 39a25b78683c74cee4a0b6e9fd70ccb292be1ab5 (patch) | |
tree | df885011536be4441342171dcc5084dc1a1b7f57 /sys-fs/owfs | |
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')
-rw-r--r-- | sys-fs/owfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog index b13793713b5a..bea38f4d3f27 100644 --- a/sys-fs/owfs/ChangeLog +++ b/sys-fs/owfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/owfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.16 2012/02/25 03:44:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.17 2012/04/02 22:21:41 pacho Exp $ + + 02 Apr 2012; Pacho Ramos <pacho@gentoo.org> owfs-2.7_p21.ebuild: + Drop net-misc/mDNSResponder dependency, bug #405399. 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> owfs-2.7_p21.ebuild: Restricting pypy and jython 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 ) |