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 5738E138334 for ; Fri, 22 Jun 2018 10:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F78E07BA; Fri, 22 Jun 2018 10:51:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98513E07BA for ; Fri, 22 Jun 2018 10:51:33 +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 9F6B7335C94 for ; Fri, 22 Jun 2018 10:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E3992E3 for ; Fri, 22 Jun 2018 10:51:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1529664668.690014883a2a1522776f2171a068ccc76aae0804.zlogene@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.10.7.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 690014883a2a1522776f2171a068ccc76aae0804 X-VCS-Branch: master Date: Fri, 22 Jun 2018 10:51:30 +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: 97e963f2-8c32-4235-8aaf-6ba8ef9a1823 X-Archives-Hash: fd0ee16f3721fddb3b84c86ef49d1252 commit: 690014883a2a1522776f2171a068ccc76aae0804 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jun 22 10:51:08 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jun 22 10:51:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69001488 dev-libs/libinput: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libinput/libinput-1.10.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libinput/libinput-1.10.7.ebuild b/dev-libs/libinput/libinput-1.10.7.ebuild index 9e10a100546..bed8843385a 100644 --- a/dev-libs/libinput/libinput-1.10.7.ebuild +++ b/dev-libs/libinput/libinput-1.10.7.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="doc 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.