diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:40 +0100 |
commit | 32230fed5b2a5db6ee72dc761a85214f3e384564 (patch) | |
tree | 5b0b15577dc25ba60432ecef3ff199164ccd5033 /app-text/bogosort | |
parent | app-text/blahtexml: eutils->epatch (diff) | |
download | gentoo-32230fed5b2a5db6ee72dc761a85214f3e384564.tar.gz gentoo-32230fed5b2a5db6ee72dc761a85214f3e384564.tar.bz2 gentoo-32230fed5b2a5db6ee72dc761a85214f3e384564.zip |
app-text/bogosort: 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-text/bogosort')
-rw-r--r-- | app-text/bogosort/bogosort-0.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/bogosort/bogosort-0.4.2-r1.ebuild b/app-text/bogosort/bogosort-0.4.2-r1.ebuild index c8b07c12cae0..8cee0c78b4ca 100644 --- a/app-text/bogosort/bogosort-0.4.2-r1.ebuild +++ b/app-text/bogosort/bogosort-0.4.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="A file sorting program which uses the bogosort algorithm" HOMEPAGE="http://www.lysator.liu.se/~qha/bogosort/" |