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 ED19D59CA4 for ; Wed, 16 Mar 2016 02:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF3221C014; Wed, 16 Mar 2016 02:24:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFD5921C014 for ; Wed, 16 Mar 2016 02:24:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AE3A340CC3 for ; Wed, 16 Mar 2016 02:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9E185B for ; Wed, 16 Mar 2016 02:24:49 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1458095052.ec8fb5050d1413b3e4a46d5023517d5422217883.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontforge/fontforge-20150824.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ec8fb5050d1413b3e4a46d5023517d5422217883 X-VCS-Branch: master Date: Wed, 16 Mar 2016 02:24:49 +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: 733f4c5f-1688-405a-a303-e87396b77d51 X-Archives-Hash: aa69543d1d278a2fbd05f711e92c6f2b commit: ec8fb5050d1413b3e4a46d5023517d5422217883 Author: Mike Gilbert gentoo org> AuthorDate: Wed Mar 16 02:24:12 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Mar 16 02:24:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8fb505 media-gfx/fontforge: Drop autotools.eclass Package-Manager: portage-2.2.28_p60 media-gfx/fontforge/fontforge-20150824.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/fontforge/fontforge-20150824.ebuild b/media-gfx/fontforge/fontforge-20150824.ebuild index dadd184..fd038d1 100644 --- a/media-gfx/fontforge/fontforge-20150824.ebuild +++ b/media-gfx/fontforge/fontforge-20150824.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit autotools eutils fdo-mime python-single-r1 +inherit eutils fdo-mime python-single-r1 DESCRIPTION="postscript font editor and converter" HOMEPAGE="http://fontforge.github.io/"