commit: 808831653eca0c123b1a09c7940676ec2dc4030f
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 20:34:29 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 20:37:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80883165
sys-apps/ucspi-unix: update to EAPI=5
sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild
b/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild
index 2555e1a..efffd41 100644
--- a/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild
+++ b/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="5"
inherit eutils toolchain-funcs multilib
@@ -15,6 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
+# We statically link bglibs.
DEPEND=">=dev-libs/bglibs-1.106"
src_prepare() {
@@ -32,7 +33,7 @@ src_configure() {
}
src_install() {
- dobin unixserver unixclient unixcat || die
+ dobin unixserver unixclient unixcat
doman unixserver.1 unixclient.1
dodoc ANNOUNCEMENT NEWS PROTOCOL README TODO
}