sys-apps/ucspi-unix: update to EAPI=5
authorMike Frysinger <vapier@gentoo.org>
Fri, 12 Feb 2016 20:34:29 +0000 (15:34 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Feb 2016 20:37:08 +0000 (15:37 -0500)
sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild

index 2555e1afbcb85f164bade06e2caa9670b79d48d1..efffd416b85dee58ecc9d1e4b7a01e191ef1f0d2 100644 (file)
@@ -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
 }