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 864B4139085 for ; Mon, 6 Feb 2017 20:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4589921C08B; Mon, 6 Feb 2017 20:01:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E58F21C08B for ; Mon, 6 Feb 2017 20:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 10D6334168E for ; Mon, 6 Feb 2017 20:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79913A86 for ; Mon, 6 Feb 2017 20:01:20 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486411251.b9947518faf5e93a4cd75ed3aedbe6974061c735.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xindy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xindy/xindy-2.4-r1.ebuild X-VCS-Directories: app-text/xindy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b9947518faf5e93a4cd75ed3aedbe6974061c735 X-VCS-Branch: master Date: Mon, 6 Feb 2017 20:01:20 +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: f3e1b829-06ca-48a6-aa9b-900ea95feb06 X-Archives-Hash: f318690989e4544d2d9ec952ffe7be29 commit: b9947518faf5e93a4cd75ed3aedbe6974061c735 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 6 20:00:51 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 6 20:00:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9947518 app-text/xindy: Drop eutils. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/xindy/xindy-2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xindy/xindy-2.4-r1.ebuild b/app-text/xindy/xindy-2.4-r1.ebuild index 2a44636..6221018a 100644 --- a/app-text/xindy/xindy-2.4-r1.ebuild +++ b/app-text/xindy/xindy-2.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit eutils autotools +inherit autotools DESCRIPTION="A Flexible Indexing System" HOMEPAGE="http://www.xindy.org/"