From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1271719-garchives=archives.gentoo.org@lists.gentoo.org> 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 E62A11382C5 for <garchives@archives.gentoo.org>; Fri, 16 Apr 2021 11:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B6EE085A; Fri, 16 Apr 2021 11:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7D5DEE085A for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:46 +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 3D8D8340BDE for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EA2733 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Apr 2021 11:23:41 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1618572190.1b3e65acf420de1aa19d8421ed6416ec4920ea3f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/muffin/muffin-4.6.3.ebuild X-VCS-Directories: x11-wm/muffin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b3e65acf420de1aa19d8421ed6416ec4920ea3f X-VCS-Branch: master Date: Fri, 16 Apr 2021 11:23:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13f39f6e-7166-42ee-980d-71d27f8ac194 X-Archives-Hash: 9de8ae9b8c908197858b671acff93718 commit: 1b3e65acf420de1aa19d8421ed6416ec4920ea3f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 15 10:57:51 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 11:23:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3e65ac x11-wm/muffin: eutils-- Signed-off-by: Sam James <sam <AT> gentoo.org> x11-wm/muffin/muffin-4.6.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/muffin/muffin-4.6.3.ebuild b/x11-wm/muffin/muffin-4.6.3.ebuild index 2b397f1eaeb..33f724dea90 100644 --- a/x11-wm/muffin/muffin-4.6.3.ebuild +++ b/x11-wm/muffin/muffin-4.6.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils gnome2-utils xdg-utils + +inherit autotools gnome2-utils xdg-utils DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon" HOMEPAGE="https://projects.linuxmint.com/cinnamon/"