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 7E7BB138335 for ; Tue, 30 Apr 2019 15:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DD08E07DF; Tue, 30 Apr 2019 15:37:52 +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 E71DBE07DF for ; Tue, 30 Apr 2019 15:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3055C342F76 for ; Tue, 30 Apr 2019 15:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E470E5D2 for ; Tue, 30 Apr 2019 15:37:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1556638652.2e9a1259abafc7ebfbf5ac024122d2799c8d0173.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXext/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXext/libXext-1.3.4.ebuild X-VCS-Directories: x11-libs/libXext/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2e9a1259abafc7ebfbf5ac024122d2799c8d0173 X-VCS-Branch: master Date: Tue, 30 Apr 2019 15:37:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95dbe5f0-337e-48d9-b6fd-0693cc95946f X-Archives-Hash: f201555225a715619fd873de2b3e4cd9 commit: 2e9a1259abafc7ebfbf5ac024122d2799c8d0173 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 30 15:25:38 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 30 15:37:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9a1259 x11-libs/libXext: stable 1.3.4 for sparc, bug #682846 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> x11-libs/libXext/libXext-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libXext/libXext-1.3.4.ebuild b/x11-libs/libXext/libXext-1.3.4.ebuild index a14364ad4b7..4ec75c745ca 100644 --- a/x11-libs/libXext/libXext-1.3.4.ebuild +++ b/x11-libs/libXext/libXext-1.3.4.ebuild @@ -9,7 +9,7 @@ inherit xorg-3 DESCRIPTION="X.Org Xext library" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]"