diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-10 09:42:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-10 09:48:11 +0200 |
commit | b01758541926bdcabd823bc65a4da314211b38cd (patch) | |
tree | 1cf96ed128ac52d4db966a3b84b03dab30169359 /www-servers/pshs | |
parent | www-servers/pshs: Update homepage and URIs (diff) | |
download | gentoo-b01758541926bdcabd823bc65a4da314211b38cd.tar.gz gentoo-b01758541926bdcabd823bc65a4da314211b38cd.tar.bz2 gentoo-b01758541926bdcabd823bc65a4da314211b38cd.zip |
www-servers/pshs: Bump the live ebuild to EAPI=6
Diffstat (limited to 'www-servers/pshs')
-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 } |