Skip to content

Commit

Permalink
dev-libs/svrcore: Fix src_install #521544, bump to EAPI5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --force
  • Loading branch information
patricklauer committed Jun 9, 2016
1 parent 528373b commit 6cfd78e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cfd78e

Please sign in to comment.