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 C83641382C5 for ; Sun, 20 May 2018 19:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00347E0BE4; Sun, 20 May 2018 19:10:31 +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 CBB6BE0BE4 for ; Sun, 20 May 2018 19:10: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 D1438335CF5 for ; Sun, 20 May 2018 19:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B462AE for ; Sun, 20 May 2018 19:10:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526843363.3a7655ba07e908884c03d665db0d5dd032a20c74.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mjpegtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild X-VCS-Directories: media-video/mjpegtools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a7655ba07e908884c03d665db0d5dd032a20c74 X-VCS-Branch: master Date: Sun, 20 May 2018 19:10:26 +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: ea752ddc-6d76-476e-b13d-ff7d7d177f7c X-Archives-Hash: 0b4126df687ee7984b62a2870649d8a8 commit: 3a7655ba07e908884c03d665db0d5dd032a20c74 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 20 16:09:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 20 19:09:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7655ba media-video/mjpegtools: Drop unused eutils.eclass Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild index 65febbe011d..85c83fad148 100644 --- a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild +++ b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic multilib-minimal toolchain-funcs +inherit autotools flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="Tools for MJPEG video" HOMEPAGE="http://mjpeg.sourceforge.net/"