summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-03-09 14:40:05 +0100
committerMichael Weber <xmw@gentoo.org>2017-03-09 14:40:31 +0100
commitf48b8346d7e3fb388829b7b599b4f630003445a0 (patch)
tree040ca2ea376322a32f45e283f04b45831801c1c2 /net-p2p/ncdc/ncdc-9999.ebuild
parentnet-p2p/ncdc: Remove old versions. (diff)
downloadgentoo-f48b8346d7e3fb388829b7b599b4f630003445a0.tar.gz
gentoo-f48b8346d7e3fb388829b7b599b4f630003445a0.tar.bz2
gentoo-f48b8346d7e3fb388829b7b599b4f630003445a0.zip
net-p2p/ncdc: Version bump. EAPI=6.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-p2p/ncdc/ncdc-9999.ebuild')
-rw-r--r--net-p2p/ncdc/ncdc-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild
index 9994fd80c8f2..b140e9e32b3a 100644
--- a/net-p2p/ncdc/ncdc-9999.ebuild
+++ b/net-p2p/ncdc/ncdc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit autotools eutils git-2 toolchain-funcs
+inherit autotools git-r3 toolchain-funcs
DESCRIPTION="ncurses directconnect client"
HOMEPAGE="http://dev.yorhel.nl/ncdc"
@@ -26,13 +26,13 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
- epatch_user
+ default
eautoreconf
}
src_configure() {
econf --enable-git-version \
- $(use_with geoip)
+ $(use_with geoip)
}
src_compile() {