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 CC35F1382C5 for ; Sun, 2 May 2021 19:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1977AE0907; Sun, 2 May 2021 19:34:00 +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 01C6DE0907 for ; Sun, 2 May 2021 19:34:00 +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 1EAA03409E6 for ; Sun, 2 May 2021 19:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E22737 for ; Sun, 2 May 2021 19:33:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1619984022.0358ade66a832ec0a4c7aa303170b086eaf72f6a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0358ade66a832ec0a4c7aa303170b086eaf72f6a X-VCS-Branch: master Date: Sun, 2 May 2021 19:33:57 +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: 7b1b59b0-3d38-4a2b-852c-35da459cbacb X-Archives-Hash: ff15b9466313f8b45de2104b0fd6beeb commit: 0358ade66a832ec0a4c7aa303170b086eaf72f6a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun May 2 18:44:48 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun May 2 19:33:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0358ade6 media-libs/libsdl2: remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: James Le Cuirot gentoo.org> media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild | 3 ++- media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild b/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild index 04fbc253636..a2ca8ec4751 100644 --- a/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic toolchain-funcs multilib-minimal + +inherit autotools flag-o-matic multilib-minimal MY_P="SDL2-${PV}" DESCRIPTION="Simple Direct Media Layer" diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild index 25caf2ad0dc..0d805f40676 100644 --- a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic toolchain-funcs multilib-minimal +inherit autotools flag-o-matic multilib-minimal MY_P="SDL2-${PV}" DESCRIPTION="Simple Direct Media Layer"