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 DFED51382C5 for ; Sat, 7 Apr 2018 21:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E921E08D9; Sat, 7 Apr 2018 21:09: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 1E721E08D9 for ; Sat, 7 Apr 2018 21:09:47 +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 57386335C43 for ; Sat, 7 Apr 2018 21:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67A8C26E for ; Sat, 7 Apr 2018 21:09:44 +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: <1523135379.8d73f4364656f9b044d376e8a68406264c5e6e9d.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: 8d73f4364656f9b044d376e8a68406264c5e6e9d X-VCS-Branch: master Date: Sat, 7 Apr 2018 21:09:44 +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: 75c2cb9e-5a41-45b4-8c8a-1b734380d807 X-Archives-Hash: 91fbf36ec1ecf4d2144b3ba23b4d7e21 commit: 8d73f4364656f9b044d376e8a68406264c5e6e9d Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 7 21:06:02 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 7 21:09:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d73f436 app-misc/inputlircd: stable 0.0.1_pre15-r2 for ppc, bug #647390 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" 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 93674ba4e99..0176163074c 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)"