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 7BE81138350 for ; Sat, 15 Feb 2020 10:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4674E08E5; Sat, 15 Feb 2020 10:03:47 +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 39BA6E08E5 for ; Sat, 15 Feb 2020 10:03:47 +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 93D4834ECE7 for ; Sat, 15 Feb 2020 10:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207DF13F for ; Sat, 15 Feb 2020 10:03:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581760979.b9cc4a1c486059495214d6ee00df61ce22e1a91e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/flex/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/flex/flex-2.6.1.ebuild sys-devel/flex/flex-2.6.3-r1.ebuild sys-devel/flex/flex-2.6.3.ebuild sys-devel/flex/flex-2.6.4-r1.ebuild sys-devel/flex/flex-2.6.4.ebuild X-VCS-Directories: sys-devel/flex/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b9cc4a1c486059495214d6ee00df61ce22e1a91e X-VCS-Branch: master Date: Sat, 15 Feb 2020 10:03:44 +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: c6413fef-80d9-43fa-8bd4-77aed2ee0ecf X-Archives-Hash: dcd6a58d2f7d917c124cb1d6c32fb85a commit: b9cc4a1c486059495214d6ee00df61ce22e1a91e Author: David Seifert gentoo org> AuthorDate: Sat Feb 15 10:02:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 15 10:02:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cc4a1c sys-devel/flex: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> sys-devel/flex/flex-2.6.1.ebuild | 2 +- sys-devel/flex/flex-2.6.3-r1.ebuild | 4 ++-- sys-devel/flex/flex-2.6.3.ebuild | 4 ++-- sys-devel/flex/flex-2.6.4-r1.ebuild | 2 +- sys-devel/flex/flex-2.6.4.ebuild | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-devel/flex/flex-2.6.1.ebuild b/sys-devel/flex/flex-2.6.1.ebuild index 3e476206523..d3b1aa4e85e 100644 --- a/sys-devel/flex/flex-2.6.1.ebuild +++ b/sys-devel/flex/flex-2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils flag-o-matic multilib-minimal +inherit eutils flag-o-matic ltprune multilib-minimal DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex" diff --git a/sys-devel/flex/flex-2.6.3-r1.ebuild b/sys-devel/flex/flex-2.6.3-r1.ebuild index ecb6e84db26..be6acefa30b 100644 --- a/sys-devel/flex/flex-2.6.3-r1.ebuild +++ b/sys-devel/flex/flex-2.6.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils flag-o-matic libtool multilib-minimal +inherit eutils flag-o-matic libtool ltprune multilib-minimal DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex" diff --git a/sys-devel/flex/flex-2.6.3.ebuild b/sys-devel/flex/flex-2.6.3.ebuild index 2f3c3a49c49..f2a60b83bbe 100644 --- a/sys-devel/flex/flex-2.6.3.ebuild +++ b/sys-devel/flex/flex-2.6.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils flag-o-matic libtool multilib-minimal +inherit eutils flag-o-matic libtool ltprune multilib-minimal DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex" diff --git a/sys-devel/flex/flex-2.6.4-r1.ebuild b/sys-devel/flex/flex-2.6.4-r1.ebuild index d931860cb4f..18940acd6a1 100644 --- a/sys-devel/flex/flex-2.6.4-r1.ebuild +++ b/sys-devel/flex/flex-2.6.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils flag-o-matic libtool multilib-minimal +inherit eutils flag-o-matic libtool ltprune multilib-minimal DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex" diff --git a/sys-devel/flex/flex-2.6.4.ebuild b/sys-devel/flex/flex-2.6.4.ebuild index 7b2cb965404..8f61cd8ee37 100644 --- a/sys-devel/flex/flex-2.6.4.ebuild +++ b/sys-devel/flex/flex-2.6.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils flag-o-matic libtool multilib-minimal +inherit eutils flag-o-matic libtool ltprune multilib-minimal DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex"