diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:21:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:52:55 +0100 |
commit | 80cc38ab49647bd95a47377b6178cc4b7c57d5e8 (patch) | |
tree | 6e6d63bb96d49b25ba9fbf8c472d37741069d9c5 /app-benchmarks/dbench/dbench-4.0.ebuild | |
parent | app-backup/tsm: multilib-- (diff) | |
download | gentoo-80cc38ab49647bd95a47377b6178cc4b7c57d5e8.tar.gz gentoo-80cc38ab49647bd95a47377b6178cc4b7c57d5e8.tar.bz2 gentoo-80cc38ab49647bd95a47377b6178cc4b7c57d5e8.zip |
app-benchmarks/dbench: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks/dbench/dbench-4.0.ebuild')
-rw-r--r-- | app-benchmarks/dbench/dbench-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/dbench/dbench-4.0.ebuild b/app-benchmarks/dbench/dbench-4.0.ebuild index 56219066741f..ca159a52f2a7 100644 --- a/app-benchmarks/dbench/dbench-4.0.ebuild +++ b/app-benchmarks/dbench/dbench-4.0.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 eutils autotools toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Popular filesystem benchmark" SRC_URI="https://www.samba.org/ftp/pub/tridge/dbench/${P}.tar.gz" |