diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:31 +0100 |
commit | 4acc3ace6bdd0c908be11e662b927764fd512675 (patch) | |
tree | 1367dcee5c605faed30ac7006b4426a8f3122f42 /app-arch/pbzip2 | |
parent | app-admin/fam: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-4acc3ace6bdd0c908be11e662b927764fd512675.tar.gz gentoo-4acc3ace6bdd0c908be11e662b927764fd512675.tar.bz2 gentoo-4acc3ace6bdd0c908be11e662b927764fd512675.zip |
app-arch/pbzip2: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/pbzip2')
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.12.ebuild | 2 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.13.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild b/app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild index aca24db54470..46b9973a1e9f 100644 --- a/app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.12-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit flag-o-matic eutils +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2" diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild b/app-arch/pbzip2/pbzip2-1.1.12.ebuild index fc38f9c43445..a262d448ac11 100644 --- a/app-arch/pbzip2/pbzip2-1.1.12.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit flag-o-matic eutils +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2" diff --git a/app-arch/pbzip2/pbzip2-1.1.13.ebuild b/app-arch/pbzip2/pbzip2-1.1.13.ebuild index 133a35b29581..0da12986a25d 100644 --- a/app-arch/pbzip2/pbzip2-1.1.13.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit flag-o-matic eutils +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2" |