From: Michał Górny Date: Sun, 10 Jul 2016 07:42:00 +0000 (+0200) Subject: www-servers/pshs: Bump the live ebuild to EAPI=6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b01758541926bdcabd823bc65a4da314211b38cd;p=gentoo.git www-servers/pshs: Bump the live ebuild to EAPI=6 --- diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild index e8c93d216b91..2169be45ded4 100644 --- a/www-servers/pshs/pshs-9999.ebuild +++ b/www-servers/pshs/pshs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} # libnetlink is static only ATM src_prepare() { + default eautoreconf }