diff options
author | David Seifert <soap@gentoo.org> | 2018-05-27 00:28:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-27 00:35:51 +0200 |
commit | f3480096f38cc0c74e549855794a80faa0997a5b (patch) | |
tree | 67f059e3872610578a451600d1811f2216b9c573 /net-vpn/badvpn/badvpn-1.999.128.ebuild | |
parent | sci-physics/bullet: [QA] Add call to cmake-utils_src_prepare (diff) | |
download | gentoo-f3480096f38cc0c74e549855794a80faa0997a5b.tar.gz gentoo-f3480096f38cc0c74e549855794a80faa0997a5b.tar.bz2 gentoo-f3480096f38cc0c74e549855794a80faa0997a5b.zip |
net-vpn/badvpn: [QA] Add call to cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/651002
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-vpn/badvpn/badvpn-1.999.128.ebuild')
-rw-r--r-- | net-vpn/badvpn/badvpn-1.999.128.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-vpn/badvpn/badvpn-1.999.128.ebuild b/net-vpn/badvpn/badvpn-1.999.128.ebuild index 879722ef31ba..7f18a1c6cadf 100644 --- a/net-vpn/badvpn/badvpn-1.999.128.ebuild +++ b/net-vpn/badvpn/badvpn-1.999.128.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -47,11 +47,6 @@ pkg_setup() { enewuser ${PN} } -src_prepare() { - # allow user to easily apply patches - epatch_user -} - src_configure() { local mycmakeargs=( -DBUILD_NOTHING_BY_DEFAULT=1 |