diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:27:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:05:23 +0100 |
commit | f5d1d81a6b878613e8d64fbcbc07c492fc6122a4 (patch) | |
tree | df6d1e5f9c1722975179a1fb891106b3433d34ca /x11-misc/kbdd | |
parent | x11-misc/grun: eutils->epatch (diff) | |
download | gentoo-f5d1d81a6b878613e8d64fbcbc07c492fc6122a4.tar.gz gentoo-f5d1d81a6b878613e8d64fbcbc07c492fc6122a4.tar.bz2 gentoo-f5d1d81a6b878613e8d64fbcbc07c492fc6122a4.zip |
x11-misc/kbdd: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/kbdd')
-rw-r--r-- | x11-misc/kbdd/kbdd-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/kbdd/kbdd-0.7.1.ebuild b/x11-misc/kbdd/kbdd-0.7.1.ebuild index 32b3f011cfb1..d6939d16bd4e 100644 --- a/x11-misc/kbdd/kbdd-0.7.1.ebuild +++ b/x11-misc/kbdd/kbdd-0.7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils vcs-snapshot +inherit autotools vcs-snapshot DESCRIPTION="Very simple layout switcher" HOMEPAGE="https://github.com/qnikst/kbdd" |