From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AA4BB1384B4 for ; Mon, 4 Jan 2016 03:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F285E086D; Mon, 4 Jan 2016 03:02:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBFC7E086D for ; Mon, 4 Jan 2016 03:02:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFF8B3405C3 for ; Mon, 4 Jan 2016 03:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96265CFD for ; Mon, 4 Jan 2016 03:02:34 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1451876546.c2d9977825d0a08996e201a8871111f06ade1406.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild X-VCS-Directories: media-libs/sdl2-ttf/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: c2d9977825d0a08996e201a8871111f06ade1406 X-VCS-Branch: master Date: Mon, 4 Jan 2016 03:02:34 +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-Archives-Salt: 38495cc3-9154-4200-996d-a30194b20ef5 X-Archives-Hash: b2de605576dcbe8d1e110bc4e52bc297 commit: c2d9977825d0a08996e201a8871111f06ade1406 Author: Michael Sterrett gentoo org> AuthorDate: Mon Jan 4 03:02:26 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Mon Jan 4 03:02:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d99778 media-libs/sdl2-ttf: remove unused autotools eclass Package-Manager: portage-2.2.24 media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild index fb71873..1b07e18 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.13.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit autotools eutils multilib-minimal +inherit eutils multilib-minimal MY_P=SDL2_ttf-${PV} DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"