projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3187148
)
www-apps/viewvc: confutils -> REQUIRED_USE, #612394
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Mar 2017 08:05:34 +0000
(09:05 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/www-apps/viewvc/viewvc-1.1.20-r1.ebuild
b/www-apps/viewvc/viewvc-1.1.20-r1.ebuild
index 66484dfb27fe132e92ae0fd3bbcafffdcdbee798..3a8caa2fa0994d17d140bc92fb644e2e9c653d7d 100644
(file)
--- 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() {