summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-06-09 14:43:33 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-06-09 14:49:06 +0200
commit6cfd78e5ef5c297ea5acd2d712ab318215c51667 (patch)
tree4ab3f38a0325c3d901771f9881a4967e96295e4e /dev-libs
parent528373b49d95ad1b6f28c2e050964894f9a2be31 (diff)
downloadgentoo-6cfd78e5ef5c297ea5acd2d712ab318215c51667.tar.gz
gentoo-6cfd78e5ef5c297ea5acd2d712ab318215c51667.tar.xz
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 fa3e5cc310a..1ed6f87a323 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