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 B416F138332 for ; Sat, 17 Feb 2018 22:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6889E09FE; Sat, 17 Feb 2018 22:12:47 +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 C6314E09D5 for ; Sat, 17 Feb 2018 22:12:47 +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 AA54E335C2C for ; Sat, 17 Feb 2018 22:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E1C21D for ; Sat, 17 Feb 2018 22:12:45 +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: <1518905559.22e020496b4ffc3123a6bb04a0a6614bfe0ac60b.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 22e020496b4ffc3123a6bb04a0a6614bfe0ac60b X-VCS-Branch: master Date: Sat, 17 Feb 2018 22:12:45 +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: 4751c0dd-6040-4d09-be20-70a1a917bc41 X-Archives-Hash: ba537e5101b9a202be06a972352953e3 commit: 22e020496b4ffc3123a6bb04a0a6614bfe0ac60b Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 17 22:12:20 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 17 22:12:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e02049 app-misc/inputlircd: stable 0.0.1_pre15-r2 for ia64, bug #647390 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" 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 a4cae301150..d503f468fcd 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)"