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 A3F941382C5 for ; Tue, 30 Jun 2020 14:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46CEE0924; Tue, 30 Jun 2020 14:55:54 +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 CB7C9E0924 for ; Tue, 30 Jun 2020 14:55:54 +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 C5DE034F2BC for ; Tue, 30 Jun 2020 14:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80938274 for ; Tue, 30 Jun 2020 14:55:52 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1593528922.39e6a7f7b535ffef1fec8688356d8488c29d2853.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Curve25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild X-VCS-Directories: dev-perl/Crypt-Curve25519/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 39e6a7f7b535ffef1fec8688356d8488c29d2853 X-VCS-Branch: master Date: Tue, 30 Jun 2020 14:55: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: b8afec9a-73cd-4e66-b93a-f00614185407 X-Archives-Hash: 681cc4e4ad9306f88ea8e234c33a6fcc commit: 39e6a7f7b535ffef1fec8688356d8488c29d2853 Author: Kent Fredric gentoo org> AuthorDate: Tue Jun 30 14:55:22 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Jun 30 14:55:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e6a7f7 dev-perl/Crypt-Curve25519: 0.60.0-r1 remove unused eclass flag-o-matic Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild index 320adc25a9c..aa77617383f 100644 --- a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild +++ b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DIST_AUTHOR=AJGB DIST_VERSION=0.06 -inherit perl-module flag-o-matic +inherit perl-module DESCRIPTION="Shared secret elliptic-curve Diffie-Hellman generator" LICENSE="|| ( Artistic GPL-1+ ) BSD CC-PD"