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 8B66A1382C5 for ; Mon, 18 May 2020 22:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66DAE086F; Mon, 18 May 2020 22:39:16 +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 8A063E086F for ; Mon, 18 May 2020 22:39:16 +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 087D134EE4D for ; Mon, 18 May 2020 22:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C95175 for ; Mon, 18 May 2020 22:39:12 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1589841225.37c76253c646acf74a1457e5548c6790a6db4ffa.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/ddcutil-0.9.5.ebuild X-VCS-Directories: app-misc/ddcutil/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 37c76253c646acf74a1457e5548c6790a6db4ffa X-VCS-Branch: master Date: Mon, 18 May 2020 22:39:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2245883c-73e8-4f05-b8ea-5bafb4469f55 X-Archives-Hash: 6d4d136783c45f64557d5c9357df81fb commit: 37c76253c646acf74a1457e5548c6790a6db4ffa Author: Georgy Yakovlev gentoo org> AuthorDate: Mon May 18 22:24:56 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon May 18 22:33:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c76253 app-misc/ddcutil: add ~ppc64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> app-misc/ddcutil/ddcutil-0.9.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ddcutil/ddcutil-0.9.5.ebuild b/app-misc/ddcutil/ddcutil-0.9.5.ebuild index 0e1d5aff693..06560df4d33 100644 --- a/app-misc/ddcutil/ddcutil-0.9.5.ebuild +++ b/app-misc/ddcutil/ddcutil-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> ${P}.tar. SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="drm usb-monitor user-permissions video_cards_nvidia X" REQUIRED_USE="drm? ( X )"