Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/
Date: Sat, 31 Oct 2020 11:12:00
Message-Id: 1604142647.a763fe3dae0126a5e5ba29636ead5413cea90989.soap@gentoo
1 commit: a763fe3dae0126a5e5ba29636ead5413cea90989
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:10:47 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:10:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a763fe3d
7
8 app-emulation/pcem: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emulation/pcem/pcem-16-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/pcem/pcem-16-r1.ebuild b/app-emulation/pcem/pcem-16-r1.ebuild
17 index 42c969775c8..d87a88a78bb 100644
18 --- a/app-emulation/pcem/pcem-16-r1.ebuild
19 +++ b/app-emulation/pcem/pcem-16-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit autotools desktop wxwidgets
25 +inherit autotools desktop flag-o-matic wxwidgets
26
27 WX_GTK_VER="3.0-gtk3"