diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-06-09 14:43:33 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-06-09 14:49:06 +0200 |
commit | 6cfd78e5ef5c297ea5acd2d712ab318215c51667 (patch) | |
tree | 4ab3f38a0325c3d901771f9881a4967e96295e4e /dev-libs | |
parent | profiles: mask media-gfx/fbv for removal (diff) | |
download | gentoo-6cfd78e5ef5c297ea5acd2d712ab318215c51667.tar.gz gentoo-6cfd78e5ef5c297ea5acd2d712ab318215c51667.tar.bz2 gentoo-6cfd78e5ef5c297ea5acd2d712ab318215c51667.zip |
dev-libs/svrcore: Fix src_install #521544, bump to EAPI5
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --force
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/svrcore/svrcore-4.0.4-r1.ebuild (renamed from dev-libs/svrcore/svrcore-4.0.4.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/svrcore/svrcore-4.0.4.ebuild b/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild index fa3e5cc310ab..1ed6f87a323c 100644 --- a/dev-libs/svrcore/svrcore-4.0.4.ebuild +++ b/dev-libs/svrcore/svrcore-4.0.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit multilib autotools eutils @@ -30,7 +30,7 @@ src_configure() { } src_install () { - einstall || die "emake failed" + default # cope with libraries being in /usr/lib/svrcore echo "LDPATH=/usr/$(get_libdir)/svrcore" > 08svrcore |