diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-01 02:19:31 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-01 02:20:19 +0100 |
commit | cd0e6915f3f7a02915bc7029026bfe2f53dc7f68 (patch) | |
tree | d48e9d7a5ba129bf4f525a751f8025c57ff7c46c /sys-devel/automake/automake-9999.ebuild | |
parent | profiles: Package mask app-emacs/emacs-wiki-blog. (diff) | |
download | gentoo-cd0e6915f3f7a02915bc7029026bfe2f53dc7f68.tar.gz gentoo-cd0e6915f3f7a02915bc7029026bfe2f53dc7f68.tar.bz2 gentoo-cd0e6915f3f7a02915bc7029026bfe2f53dc7f68.zip |
Revert "sys-devel/automake: Rev bump to remove Python 2.7 dependency for FEATURES=-test"
This reverts commit cfaa5ec192519a74951fd57f05c483984e408e4b.
No rev bump required. Reverting to avoid mass rebuild.
Diffstat (limited to 'sys-devel/automake/automake-9999.ebuild')
-rw-r--r-- | sys-devel/automake/automake-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index fe0a51c196a7..3add6f0127e5 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -44,10 +44,6 @@ 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 @@ -91,6 +87,12 @@ slot_info_pages() { popd >/dev/null || die } +src_test() { + python_setup + + default +} + src_install() { default |