summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-11 15:43:22 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-11 15:43:22 -0400
commitabfca3521c543c1cbc363310241f8d6b3c47e8d0 (patch)
treecde8ef6bfcccb3dadd68ffe18c7fb3755594f52c /net-misc/connect
parentmedia-video/aegisub: add setup-wxwidgets call wrt bug 587530 (diff)
downloadgentoo-abfca3521c543c1cbc363310241f8d6b3c47e8d0.tar.gz
gentoo-abfca3521c543c1cbc363310241f8d6b3c47e8d0.tar.bz2
gentoo-abfca3521c543c1cbc363310241f8d6b3c47e8d0.zip
net-misc/connect: bump to EAPI 5 and keyword ~ppc64
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/connect')
-rw-r--r--net-misc/connect/connect-1.103.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/connect/connect-1.103.ebuild b/net-misc/connect/connect-1.103.ebuild
index c7192fe44189..002c3a8920b7 100644
--- a/net-misc/connect/connect-1.103.ebuild
+++ b/net-misc/connect/connect-1.103.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
inherit toolchain-funcs
@@ -14,7 +14,7 @@ HG_COMMIT_ID="ee1fbc21da4b" # bitbucket commit id
SRC_URI="https://bitbucket.org/gotoh/connect/get/${HG_COMMIT_ID}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/gotoh-connect-${HG_COMMIT_ID}"