diff options
Diffstat (limited to 'www-servers/pshs/pshs-9999.ebuild')
-rw-r--r-- | www-servers/pshs/pshs-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |