mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/xmpppy: Move to virtual/dnspython
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -19,8 +19,9 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="|| (
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
RDEPEND="
|
||||
|| (
|
||||
virtual/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/pydns[${PYTHON_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
@@ -33,6 +34,6 @@ PATCHES=(
|
||||
)
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( doc/. )
|
||||
distutils-r1_python_install_all
|
||||
use doc && dohtml -A py -r doc/.
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="|| (
|
||||
dev-python/dnspython
|
||||
dev-python/dnspython:0
|
||||
dev-python/pydns
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
|
||||
Reference in New Issue
Block a user