diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:36:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:02:02 +0100 |
commit | 8fdbeccd970863209eb754ee36f37d2dc957f7fd (patch) | |
tree | bda1b130ce7eefc78b2e3f13f2164569c46d3e0f /app-arch | |
parent | app-arch/sharutils: eutils->l10n (diff) | |
download | gentoo-8fdbeccd970863209eb754ee36f37d2dc957f7fd.tar.gz gentoo-8fdbeccd970863209eb754ee36f37d2dc957f7fd.tar.bz2 gentoo-8fdbeccd970863209eb754ee36f37d2dc957f7fd.zip |
app-arch/pbzip2: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.12.ebuild | 2 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.13.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild b/app-arch/pbzip2/pbzip2-1.1.12.ebuild index 59a8b73bbc09..0d647fae6661 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 toolchain-funcs +inherit flag-o-matic epatch 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 18d59a91340f..f9ccda454629 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit flag-o-matic eutils toolchain-funcs +inherit flag-o-matic epatch toolchain-funcs DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2" |