summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-03-01 02:01:22 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-03-01 02:02:07 +0100
commitcfaa5ec192519a74951fd57f05c483984e408e4b (patch)
tree4767374a0165f7e7b443ae8512b3d48f93061bf0 /sys-devel/automake/automake-9999.ebuild
parentdev-db/mariadb: Fix building with abi_x86_32 and -server USE (diff)
downloadgentoo-cfaa5ec192519a74951fd57f05c483984e408e4b.tar.gz
gentoo-cfaa5ec192519a74951fd57f05c483984e408e4b.tar.bz2
gentoo-cfaa5ec192519a74951fd57f05c483984e408e4b.zip
sys-devel/automake: Rev bump to remove Python 2.7 dependency for FEATURES=-test
Reported-by: Francesco Riosa <vivo75@gmail.com> Closes: https://bugs.gentoo.org/648940 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-devel/automake/automake-9999.ebuild')
-rw-r--r--sys-devel/automake/automake-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
index 3add6f0127e5..fe0a51c196a7 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -44,6 +44,10 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}"/${PN}-1.15-install-sh-avoid-low-risk-race-in-tmp.patch )
+pkg_setup() {
+ use test && python-any-r1_pkg_setup
+}
+
src_prepare() {
default
export WANT_AUTOCONF=2.5
@@ -87,12 +91,6 @@ slot_info_pages() {
popd >/dev/null || die
}
-src_test() {
- python_setup
-
- default
-}
-
src_install() {
default