diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:58:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:59 +0100 |
commit | c0528b22787e3053b43a0a57c5ae2a0f4a9af13c (patch) | |
tree | 224356e70d4a2f4a744ab2351ddfa3d3390a40bf /sci-libs/djbfft | |
parent | sci-libs/cgcode: eutils->epatch (diff) | |
download | gentoo-c0528b22787e3053b43a0a57c5ae2a0f4a9af13c.tar.gz gentoo-c0528b22787e3053b43a0a57c5ae2a0f4a9af13c.tar.bz2 gentoo-c0528b22787e3053b43a0a57c5ae2a0f4a9af13c.zip |
sci-libs/djbfft: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/djbfft')
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/djbfft/djbfft-0.76-r2.ebuild b/sci-libs/djbfft/djbfft-0.76-r2.ebuild index 4bf66301628c..ea41d6b0930a 100644 --- a/sci-libs/djbfft/djbfft-0.76-r2.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal +inherit epatch flag-o-matic toolchain-funcs multilib multilib-minimal DESCRIPTION="Extremely fast library for floating-point convolution" HOMEPAGE="http://cr.yp.to/djbfft.html" |