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 AC7D3138359 for ; Sat, 31 Oct 2020 11:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F83E086D; Sat, 31 Oct 2020 11:12: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 BB32DE086D for ; Sat, 31 Oct 2020 11:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AFC35340CEF for ; Sat, 31 Oct 2020 11:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6174D440 for ; Sat, 31 Oct 2020 11:11:58 +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: <1604142701.69cd88783405c8224372b49847a9cc6a84d6862b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild x11-wm/goomwwm/goomwwm-1.0.0.ebuild x11-wm/goomwwm/goomwwm-9999.ebuild X-VCS-Directories: x11-wm/goomwwm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 69cd88783405c8224372b49847a9cc6a84d6862b X-VCS-Branch: master Date: Sat, 31 Oct 2020 11:11:58 +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: 6678e543-f25c-494c-a039-c0a817b73ce0 X-Archives-Hash: 8698dbdd007c2ae299ce8442f881c8a7 commit: 69cd88783405c8224372b49847a9cc6a84d6862b Author: David Seifert gentoo org> AuthorDate: Sat Oct 31 11:11:41 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 31 11:11:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cd8878 x11-wm/goomwwm: [QA] Inherit flag-o-matic.eclass explicitly Closes: https://github.com/gentoo/gentoo/pull/18081 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild | 3 ++- x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 5 +++-- x11-wm/goomwwm/goomwwm-9999.ebuild | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild index d52133d6404..db6647764c2 100644 --- a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild +++ b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs + +inherit flag-o-matic toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="https://github.com/seanpringle/goomwwm" diff --git a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild index 99f5e273752..d76d1d60f37 100644 --- a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild +++ b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs + +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="http://aerosuidae.net/goomwwm/" diff --git a/x11-wm/goomwwm/goomwwm-9999.ebuild b/x11-wm/goomwwm/goomwwm-9999.ebuild index c773307175d..f1597d56c85 100644 --- a/x11-wm/goomwwm/goomwwm-9999.ebuild +++ b/x11-wm/goomwwm/goomwwm-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit git-r3 toolchain-funcs + +inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="https://github.com/seanpringle/goomwwm"