diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-12 09:05:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-12 10:05:02 +0100 |
commit | cb37794e3a4e8205ff54ad5676aad0ed437c6ba6 (patch) | |
tree | e4208f51a8b3c3b1524f42903d9071fb23322098 | |
parent | app-text/texlive-core: Update patchset to really not install a tlmgr in PATH. (diff) | |
download | gentoo-cb37794e3a4e8205ff54ad5676aad0ed437c6ba6.tar.gz gentoo-cb37794e3a4e8205ff54ad5676aad0ed437c6ba6.tar.bz2 gentoo-cb37794e3a4e8205ff54ad5676aad0ed437c6ba6.zip |
www-apps/viewvc: confutils -> REQUIRED_USE, #612394
-rw-r--r-- | www-apps/viewvc/viewvc-1.1.20-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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() { |