www-apps/viewvc: confutils -> REQUIRED_USE, #612394
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Mar 2017 08:05:34 +0000 (09:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Mar 2017 09:05:02 +0000 (10:05 +0100)
www-apps/viewvc/viewvc-1.1.20-r1.ebuild

index 66484dfb27fe132e92ae0fd3bbcafffdcdbee798..3a8caa2fa0994d17d140bc92fb644e2e9c653d7d 100644 (file)
@@ -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() {