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 7C547138335 for ; Thu, 8 Aug 2019 03:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337BDE0817; Thu, 8 Aug 2019 03:33:02 +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 0E5C2E0817 for ; Thu, 8 Aug 2019 03:33:02 +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 033293495AD for ; Thu, 8 Aug 2019 03:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05840759 for ; Thu, 8 Aug 2019 03:32:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1565235161.7330a6332370d71843f98b290e166f2294958257.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild X-VCS-Directories: app-misc/graphlcd-base/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7330a6332370d71843f98b290e166f2294958257 X-VCS-Branch: master Date: Thu, 8 Aug 2019 03:32:59 +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: 65db60c5-77b7-41a2-a380-59de98772190 X-Archives-Hash: 45fab2c62cdc2d81256ad70bb97327f3 commit: 7330a6332370d71843f98b290e166f2294958257 Author: Conrad Kostecki kostecki com> AuthorDate: Wed Aug 7 20:15:22 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 8 03:32:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7330a633 app-misc/graphlcd-base: drop ~ppc keyword Due usage of , it can't be compiled anymore on ~ppc. Bug: https://bugs.gentoo.org/691672 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12636 Signed-off-by: Joonas Niilola gentoo.org> app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild b/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild index ed6379c3013..9c5ac5cb28c 100644 --- a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD" HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" SRC_URI="https://projects.vdr-developer.org/git/${PN}.git/snapshot/${P}.tar.bz2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="GPL-2" IUSE="fontconfig freetype g15 graphicsmagick imagemagick lcd_devices_ax206dpf lcd_devices_picolcd_256x64 lcd_devices_vnc" @@ -27,6 +27,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" + BDEPEND="virtual/pkgconfig" DOCS=( "HISTORY" "README" "TODO" "docs/." )