Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connect/
Date: Mon, 11 Jul 2016 19:40:24
Message-Id: 1468266202.abfca3521c543c1cbc363310241f8d6b3c47e8d0.blueness@gentoo
1 commit: abfca3521c543c1cbc363310241f8d6b3c47e8d0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 11 19:43:22 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 11 19:43:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfca352
7
8 net-misc/connect: bump to EAPI 5 and keyword ~ppc64
9
10 Package-Manager: portage-2.2.28
11
12 net-misc/connect/connect-1.103.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/connect/connect-1.103.ebuild b/net-misc/connect/connect-1.103.ebuild
16 index c7192fe..002c3a8 100644
17 --- a/net-misc/connect/connect-1.103.ebuild
18 +++ b/net-misc/connect/connect-1.103.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=3
26 +EAPI=5
27
28 inherit toolchain-funcs
29
30 @@ -14,7 +14,7 @@ HG_COMMIT_ID="ee1fbc21da4b" # bitbucket commit id
31 SRC_URI="https://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2"
32 LICENSE="GPL-2"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 +KEYWORDS="~amd64 ~ppc64 ~x86"
36 DEPEND=""
37 RDEPEND=""
38 S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}"