From: Michał Górny Date: Sun, 12 Mar 2017 08:05:34 +0000 (+0100) Subject: www-apps/viewvc: confutils -> REQUIRED_USE, #612394 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cb37794e3a4e8205ff54ad5676aad0ed437c6ba6;p=gentoo.git www-apps/viewvc: confutils -> REQUIRED_USE, #612394 --- diff --git a/www-apps/viewvc/viewvc-1.1.20-r1.ebuild b/www-apps/viewvc/viewvc-1.1.20-r1.ebuild index 66484dfb27fe..3a8caa2fa099 100644 --- a/www-apps/viewvc/viewvc-1.1.20-r1.ebuild +++ b/www-apps/viewvc/viewvc-1.1.20-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit confutils eutils python-single-r1 webapp +inherit eutils python-single-r1 webapp WEBAPP_MANUAL_SLOT="yes" @@ -34,13 +34,12 @@ RDEPEND="${PYTHON_DEPS} ) " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="${PYTHON_REQUIRED_USE} + || ( cvs subversion )" pkg_setup() { python-single-r1_pkg_setup webapp_pkg_setup - - confutils_require_any cvs subversion } src_prepare() {