From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7582E13829C for ; Thu, 9 Jun 2016 12:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF85E142EE; Thu, 9 Jun 2016 12:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 918B4142EE for ; Thu, 9 Jun 2016 12:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95E6934092D for ; Thu, 9 Jun 2016 12:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE26195D for ; Thu, 9 Jun 2016 12:49:26 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1465476546.6cfd78e5ef5c297ea5acd2d712ab318215c51667.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/svrcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/svrcore/svrcore-4.0.4-r1.ebuild dev-libs/svrcore/svrcore-4.0.4.ebuild X-VCS-Directories: dev-libs/svrcore/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 6cfd78e5ef5c297ea5acd2d712ab318215c51667 X-VCS-Branch: master Date: Thu, 9 Jun 2016 12:49:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eaef6e44-8c8c-473d-b50e-97993ad8f7a3 X-Archives-Hash: 59bf3912eb943307900913f2110c2796 commit: 6cfd78e5ef5c297ea5acd2d712ab318215c51667 Author: Patrick Lauer gentoo org> AuthorDate: Thu Jun 9 12:43:33 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Jun 9 12:49:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfd78e5 dev-libs/svrcore: Fix src_install #521544, bump to EAPI5 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --force dev-libs/svrcore/{svrcore-4.0.4.ebuild => svrcore-4.0.4-r1.ebuild} | 6 +++--- 1 file 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 similarity index 90% rename from dev-libs/svrcore/svrcore-4.0.4.ebuild rename to dev-libs/svrcore/svrcore-4.0.4-r1.ebuild index fa3e5cc..1ed6f87 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