From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CD1F138334 for ; Thu, 18 Oct 2018 02:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5319E07EA; Thu, 18 Oct 2018 02:18:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0500E07EA for ; Thu, 18 Oct 2018 02:18:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06D97335CFE for ; Thu, 18 Oct 2018 02:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC420441 for ; Thu, 18 Oct 2018 02:18:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1539829065.9859dcf64680cfdf9db3cb4d9ade1f01d77d7a01.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-0.8.4.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9859dcf64680cfdf9db3cb4d9ade1f01d77d7a01 X-VCS-Branch: master Date: Thu, 18 Oct 2018 02:18:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1826d32d-da9d-4052-ade9-80283fe7ad46 X-Archives-Hash: f6987b5172815b4b2c41e5e88f0a1e7b commit: 9859dcf64680cfdf9db3cb4d9ade1f01d77d7a01 Author: Matt Turner gentoo org> AuthorDate: Thu Oct 18 02:17:34 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 18 02:17:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9859dcf6 net-libs/libssh-0.8.4: ppc64 stable, bug 668788 Signed-off-by: Matt Turner gentoo.org> net-libs/libssh/libssh-0.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libssh/libssh-0.8.4.ebuild b/net-libs/libssh/libssh-0.8.4.ebuild index d498b01d6c3..17bea35b7e9 100644 --- a/net-libs/libssh/libssh-0.8.4.ebuild +++ b/net-libs/libssh/libssh-0.8.4.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then else inherit eapi7-ver SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1"