Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/
Date: Sat, 31 Oct 2020 11:12:05
Message-Id: 1604142701.69cd88783405c8224372b49847a9cc6a84d6862b.soap@gentoo
1 commit: 69cd88783405c8224372b49847a9cc6a84d6862b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:11:41 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:11:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cd8878
7
8 x11-wm/goomwwm: [QA] Inherit flag-o-matic.eclass explicitly
9
10 Closes: https://github.com/gentoo/gentoo/pull/18081
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild | 3 ++-
15 x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 5 +++--
16 x11-wm/goomwwm/goomwwm-9999.ebuild | 3 ++-
17 3 files changed, 7 insertions(+), 4 deletions(-)
18
19 diff --git a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild
20 index d52133d6404..db6647764c2 100644
21 --- a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild
22 +++ b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild
23 @@ -2,7 +2,8 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -inherit toolchain-funcs
28 +
29 +inherit flag-o-matic toolchain-funcs
30
31 DESCRIPTION="Get out of my way, Window Manager!"
32 HOMEPAGE="https://github.com/seanpringle/goomwwm"
33
34 diff --git a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild
35 index 99f5e273752..d76d1d60f37 100644
36 --- a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild
37 +++ b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild
38 @@ -1,8 +1,9 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 -inherit eutils toolchain-funcs
45 +
46 +inherit eutils flag-o-matic toolchain-funcs
47
48 DESCRIPTION="Get out of my way, Window Manager!"
49 HOMEPAGE="http://aerosuidae.net/goomwwm/"
50
51 diff --git a/x11-wm/goomwwm/goomwwm-9999.ebuild b/x11-wm/goomwwm/goomwwm-9999.ebuild
52 index c773307175d..f1597d56c85 100644
53 --- a/x11-wm/goomwwm/goomwwm-9999.ebuild
54 +++ b/x11-wm/goomwwm/goomwwm-9999.ebuild
55 @@ -2,7 +2,8 @@
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59 -inherit git-r3 toolchain-funcs
60 +
61 +inherit flag-o-matic git-r3 toolchain-funcs
62
63 DESCRIPTION="Get out of my way, Window Manager!"
64 HOMEPAGE="https://github.com/seanpringle/goomwwm"