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 6998713835B for ; Sat, 31 Oct 2020 11:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B0CE0829; Sat, 31 Oct 2020 11:11: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 7C4A9E0829 for ; Sat, 31 Oct 2020 11:11:59 +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 59520340C50 for ; Sat, 31 Oct 2020 11:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045283F8 for ; Sat, 31 Oct 2020 11:11:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1604142647.a763fe3dae0126a5e5ba29636ead5413cea90989.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/pcem/pcem-16-r1.ebuild X-VCS-Directories: app-emulation/pcem/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a763fe3dae0126a5e5ba29636ead5413cea90989 X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:57 +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: fd85733a-1ff6-4ec0-b739-d14cf9447435 X-Archives-Hash: ea211151a0f386134642c2ad6f54f0b2 commit: a763fe3dae0126a5e5ba29636ead5413cea90989 Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:10:47 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:10:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a763fe3d app-emulation/pcem: [QA] Inherit flag-o-matic.eclass explicitly Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> app-emulation/pcem/pcem-16-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/pcem/pcem-16-r1.ebuild b/app-emulation/pcem/pcem-16-r1.ebuild index 42c969775c8..d87a88a78bb 100644 --- a/app-emulation/pcem/pcem-16-r1.ebuild +++ b/app-emulation/pcem/pcem-16-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools desktop wxwidgets +inherit autotools desktop flag-o-matic wxwidgets WX_GTK_VER="3.0-gtk3"