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 1B0A21396DA for ; Tue, 24 Oct 2017 21:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99371E0BE9; Tue, 24 Oct 2017 21:45:42 +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 7750EE0BEB for ; Tue, 24 Oct 2017 21:45:42 +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 99FA833C4EE for ; Tue, 24 Oct 2017 21:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF5F8833 for ; Tue, 24 Oct 2017 21:45:38 +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: <1508881528.2f244f9ba9ba2b08bc1ab443567c9fd11fe43066.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.7.3.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2f244f9ba9ba2b08bc1ab443567c9fd11fe43066 X-VCS-Branch: master Date: Tue, 24 Oct 2017 21:45:38 +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: 2e5899ac-379a-46bd-ac28-4ff74be8f992 X-Archives-Hash: c5130880c0c078afe08a7ff7d48dc766 commit: 2f244f9ba9ba2b08bc1ab443567c9fd11fe43066 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Oct 24 21:44:40 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 24 21:45:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f244f9b dev-libs/libinput: stable 1.7.3 for ppc64, bug #624312 Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" dev-libs/libinput/libinput-1.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libinput/libinput-1.7.3.ebuild b/dev-libs/libinput/libinput-1.7.3.ebuild index 1c061c33d3d..ab1e9417d50 100644 --- a/dev-libs/libinput/libinput-1.7.3.ebuild +++ b/dev-libs/libinput/libinput-1.7.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" SLOT="0/10" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="input_devices_wacom test" # Tests require write access to udev rules directory which is a no-no for live system. # Other tests are just about logs, exported symbols and autotest of the test library.