commit: f2d0ba92dc9f05c920045c112e85e06932c83582 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 22 21:31:52 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 22 21:32:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d0ba92
app-admin/stow: Fix perl module installation directory Package-Manager: portage-2.3.2 app-admin/stow/stow-2.2.2-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-admin/stow/stow-2.2.2-r1.ebuild b/app-admin/stow/stow-2.2.2-r1.ebuild index 3144952..f0714cc 100644 --- a/app-admin/stow/stow-2.2.2-r1.ebuild +++ b/app-admin/stow/stow-2.2.2-r1.ebuild @@ -4,6 +4,8 @@ EAPI=6 +inherit perl-functions + DESCRIPTION="GNU Stow is a symlink farm manager" HOMEPAGE="https://www.gnu.org/software/stow/" SRC_URI="mirror://gnu/stow/${P}.tar.gz" @@ -19,3 +21,8 @@ DEPEND="dev-lang/perl dev-perl/Test-Output )" RDEPEND="dev-lang/perl:=" + +src_configure() { + perl_set_version + econf "--with-pmdir=${VENDOR_LIB}" +}
