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 9EEB11382C5 for ; Sun, 15 Apr 2018 08:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF42E092F; Sun, 15 Apr 2018 08:30:36 +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 B8901E092F for ; Sun, 15 Apr 2018 08:30:36 +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 DAE20335C75 for ; Sun, 15 Apr 2018 08:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA6E279 for ; Sun, 15 Apr 2018 08:30:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523781032.7e0df21efe83663c14afe5675925ed09d6b6f8ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.10.0.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e0df21efe83663c14afe5675925ed09d6b6f8ff X-VCS-Branch: master Date: Sun, 15 Apr 2018 08:30:33 +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: c4067091-41b7-4d16-aace-6bbeffd3d6d2 X-Archives-Hash: f6f33184a0b78fdfb5fea736adbfee5b commit: 7e0df21efe83663c14afe5675925ed09d6b6f8ff Author: Michał Górny gentoo org> AuthorDate: Sun Apr 15 08:29:13 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 15 08:30:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0df21e dev-vcs/subversion: Remove ~arm64 from 1.10.0 due to deps Remove ~arm64 from 1.10.0 due to no keywords on dev-libs/libutf8proc. dev-vcs/subversion/subversion-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.10.0.ebuild b/dev-vcs/subversion/subversion-1.10.0.ebuild index e5ec4cf475b..7fb2f3dc062 100644 --- a/dev-vcs/subversion/subversion-1.10.0.ebuild +++ b/dev-vcs/subversion/subversion-1.10.0.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~ppc" +KEYWORDS="~amd64 ~ppc" IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http java kwallet nls perl python ruby sasl test vim-syntax" COMMON_DEPEND="