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 0E90E138334 for ; Sun, 29 Dec 2019 09:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCCFE0CBA; Sun, 29 Dec 2019 09:56:30 +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 0F3D3E0CBA for ; Sun, 29 Dec 2019 09:56:30 +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 35EA534DCA9 for ; Sun, 29 Dec 2019 09:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ABE27C for ; Sun, 29 Dec 2019 09:56:25 +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: <1577613322.4f1b8bace5024ec9e74093f931536bf84bea0be3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/slune/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/slune/slune-1.0.15-r1.ebuild X-VCS-Directories: games-action/slune/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4f1b8bace5024ec9e74093f931536bf84bea0be3 X-VCS-Branch: master Date: Sun, 29 Dec 2019 09:56:25 +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: f3efb8d4-7d31-49a0-b549-0025383dbc6b X-Archives-Hash: 97b86b5b7f986a54088412a25001dcb8 commit: 4f1b8bace5024ec9e74093f931536bf84bea0be3 Author: David Seifert gentoo org> AuthorDate: Sun Dec 29 09:55:22 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 29 09:55:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b8bac games-action/slune: [QA] Remove explicit python-utils-r1 inherit Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> games-action/slune/slune-1.0.15-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/slune/slune-1.0.15-r1.ebuild b/games-action/slune/slune-1.0.15-r1.ebuild index a6e9ecaf1c0..0787e30df9e 100644 --- a/games-action/slune/slune-1.0.15-r1.ebuild +++ b/games-action/slune/slune-1.0.15-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit gnome2-utils python-utils-r1 distutils-r1 games +inherit gnome2-utils distutils-r1 games DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"