Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
Date: Sun, 10 Jul 2016 07:49:15
Message-Id: 1468136891.b01758541926bdcabd823bc65a4da314211b38cd.mgorny@gentoo
1 commit: b01758541926bdcabd823bc65a4da314211b38cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 07:42:00 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 07:48:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0175854
7
8 www-servers/pshs: Bump the live ebuild to EAPI=6
9
10 www-servers/pshs/pshs-9999.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
14 index e8c93d2..2169be4 100644
15 --- a/www-servers/pshs/pshs-9999.ebuild
16 +++ b/www-servers/pshs/pshs-9999.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -EAPI=5
22 +EAPI=6
23
24 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
25
26 @@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
27 # libnetlink is static only ATM
28
29 src_prepare() {
30 + default
31 eautoreconf
32 }