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 A14FD138334 for ; Wed, 23 Oct 2019 03:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A280BE0878; Wed, 23 Oct 2019 03:23:55 +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 82EC8E0878 for ; Wed, 23 Oct 2019 03:23:55 +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 0DAD334C222 for ; Wed, 23 Oct 2019 03:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A74788E for ; Wed, 23 Oct 2019 03:23:52 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1571800926.7c2907198e59414fb86d66a2de1a5f9d9d45c9eb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild X-VCS-Directories: dev-db/percona-toolkit/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7c2907198e59414fb86d66a2de1a5f9d9d45c9eb X-VCS-Branch: master Date: Wed, 23 Oct 2019 03:23:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d18259c-ff37-4952-9af5-6b66315731de X-Archives-Hash: bd0f32805e1508ac910cf117dd368de7 commit: 7c2907198e59414fb86d66a2de1a5f9d9d45c9eb Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 23 03:22:06 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 23 03:22:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c290719 dev-db/percona-toolkit: Remove redundant perl-app.eclass Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild b/dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild index 402e3ff753d..eeedd4e6627 100644 --- a/dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild +++ b/dev-db/percona-toolkit/percona-toolkit-2.2.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils perl-app perl-module toolchain-funcs +inherit eutils perl-module toolchain-funcs DESCRIPTION="essential command-line utilities for MySQL" HOMEPAGE="http://www.percona.com/software/percona-toolkit/"