From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 002601388C1 for ; Thu, 24 Dec 2015 20:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4468121C040; Thu, 24 Dec 2015 20:18:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EBFD21C040 for ; Thu, 24 Dec 2015 20:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E6E43408D4 for ; Thu, 24 Dec 2015 20:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00094CEB for ; Thu, 24 Dec 2015 20:18:21 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1450988200.b333879ccb50935b1dbf94579b8c1337bfbef290.vapier@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.1.0.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: b333879ccb50935b1dbf94579b8c1337bfbef290 X-VCS-Branch: master Date: Thu, 24 Dec 2015 20:18:21 +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: 6c598b65-a47a-48f4-a118-7ead0fb92743 X-Archives-Hash: e252a5af7460611be88b7b03c9f4fa7c commit: b333879ccb50935b1dbf94579b8c1337bfbef290 Author: Mike Frysinger gentoo org> AuthorDate: Thu Dec 24 19:33:35 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 24 20:16:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b333879c dev-libs/libinput: mark 1.1.0 alpha/hppa/ia64 stable dev-libs/libinput/libinput-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libinput/libinput-1.1.0.ebuild b/dev-libs/libinput/libinput-1.1.0.ebuild index e00c77f..4fb734e 100644 --- a/dev-libs/libinput/libinput-1.1.0.ebuild +++ b/dev-libs/libinput/libinput-1.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://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="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.