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 1FD71139084 for ; Wed, 29 Nov 2017 23:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B1CE0D9B; Wed, 29 Nov 2017 23:19:58 +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 57AAAE0D5E for ; Wed, 29 Nov 2017 23:19:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 258FB33BF05 for ; Wed, 29 Nov 2017 23:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8A5AC20 for ; Wed, 29 Nov 2017 23:19:53 +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: <1511997560.8beceec09d2f180f9c38d30d71f7db5a861c8a85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild X-VCS-Directories: media-gfx/gscan2pdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8beceec09d2f180f9c38d30d71f7db5a861c8a85 X-VCS-Branch: master Date: Wed, 29 Nov 2017 23:19:53 +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: 6ad4b90b-41bb-439b-a900-99afb00ee289 X-Archives-Hash: ee808564dc9cbe477f8e65c8d781fd38 commit: 8beceec09d2f180f9c38d30d71f7db5a861c8a85 Author: Chris Mayo gmail com> AuthorDate: Wed Nov 29 20:26:37 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 29 23:19:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8beceec0 media-gfx/gscan2pdf: revert "extraneous use of eutils" eutils is needed for optfeature. Reverts: cd06fe962b ("media-gfx/gscan2pdf: extraneous use of eutils.") Package-Manager: Portage-2.3.14, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6348 media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild | 2 +- media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild b/media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild index a150fd73a8f..00f29f30d45 100644 --- a/media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild +++ b/media-gfx/gscan2pdf/gscan2pdf-1.8.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit perl-module +inherit eutils perl-module DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus" HOMEPAGE="http://gscan2pdf.sourceforge.net/" diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild b/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild index a150fd73a8f..00f29f30d45 100644 --- a/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild +++ b/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit perl-module +inherit eutils perl-module DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus" HOMEPAGE="http://gscan2pdf.sourceforge.net/"