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 B2094138331 for ; Mon, 5 Mar 2018 13:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68697E086A; Mon, 5 Mar 2018 13:57:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 42CD5E086A for ; Mon, 5 Mar 2018 13:57:59 +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 50FB9335C2E for ; Mon, 5 Mar 2018 13:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1C3B242 for ; Mon, 5 Mar 2018 13:57:56 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1520258260.f28b7cb47a14e8718c802c6c1e2d4c60450ffd1e.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/inputlircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild X-VCS-Directories: app-misc/inputlircd/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f28b7cb47a14e8718c802c6c1e2d4c60450ffd1e X-VCS-Branch: master Date: Mon, 5 Mar 2018 13:57:56 +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: dfd8b946-fdb6-4af1-89d4-e691e2bc212a X-Archives-Hash: 1482d6c8153398775b7ea2f45a652b92 commit: f28b7cb47a14e8718c802c6c1e2d4c60450ffd1e Author: Tobias Klausmann gentoo org> AuthorDate: Mon Mar 5 12:31:40 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Mar 5 13:57:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28b7cb4 app-misc/inputlircd-0.0.1_pre15-r2: alpha stable Gentoo-Bug: http://bugs.gentoo.org/647390 app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild index 945592c7f12..504daacd269 100644 --- a/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild +++ b/app-misc/inputlircd/inputlircd-0.0.1_pre15-r2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ia64 ~ppc ~ppc64 x86" +KEYWORDS="alpha amd64 ~arm64 ia64 ~ppc ~ppc64 x86" src_prepare() { local ver="$(best_version sys-kernel/linux-headers)"