diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:15:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:57 +0100 |
commit | 3893fe63b83524644a2cc0fc54ee6ebed30d2570 (patch) | |
tree | 58f7ad0c46e740f162901ed4783b9f84264873b7 /x11-misc/alock | |
parent | x11-libs/rep-gtk: eutils-- (diff) | |
download | gentoo-3893fe63b83524644a2cc0fc54ee6ebed30d2570.tar.gz gentoo-3893fe63b83524644a2cc0fc54ee6ebed30d2570.tar.bz2 gentoo-3893fe63b83524644a2cc0fc54ee6ebed30d2570.zip |
x11-misc/alock: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/alock')
-rw-r--r-- | x11-misc/alock/alock-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/alock/alock-1.0.0.ebuild b/x11-misc/alock/alock-1.0.0.ebuild index 8488326f9503..e636eb5415e6 100644 --- a/x11-misc/alock/alock-1.0.0.ebuild +++ b/x11-misc/alock/alock-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# 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 # we need this since there are no tagged releases yet DESCRIPTION="locks the local X display until a password is entered" |