diff options
author | 2020-02-15 11:02:59 +0100 | |
---|---|---|
committer | 2020-02-15 11:02:59 +0100 | |
commit | b9cc4a1c486059495214d6ee00df61ce22e1a91e (patch) | |
tree | 257fe44306602a9bd8edde85583c8f2741807cec /sys-devel | |
parent | sys-block/parted: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-b9cc4a1c486059495214d6ee00df61ce22e1a91e.tar.gz gentoo-b9cc4a1c486059495214d6ee00df61ce22e1a91e.tar.bz2 gentoo-b9cc4a1c486059495214d6ee00df61ce22e1a91e.zip |
sys-devel/flex: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/flex-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.6.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.6.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.6.4-r1.ebuild | 2 | ||||
-rw-r--r-- | 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" |