diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:20 +0100 |
commit | 05f438a58cf5f18d1232fbce20db05c0d0584f07 (patch) | |
tree | ffe3fc1aaf5abbd1cb433e8d6450698a866ef307 /app-misc | |
parent | app-misc/ddccontrol-db: eutils-- (diff) | |
download | gentoo-05f438a58cf5f18d1232fbce20db05c0d0584f07.tar.gz gentoo-05f438a58cf5f18d1232fbce20db05c0d0584f07.tar.bz2 gentoo-05f438a58cf5f18d1232fbce20db05c0d0584f07.zip |
app-misc/empty: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/empty/empty-0.6.20b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild index 529bce144e10..0660d112cd97 100644 --- a/app-misc/empty/empty-0.6.20b.ebuild +++ b/app-misc/empty/empty-0.6.20b.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Small shell utility, similar to expect(1)" HOMEPAGE="http://empty.sourceforge.net" |