diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-11 13:45:28 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:37:30 +0200 |
commit | a510f4c6f92872366fca19e1ae4490f9ea7ffd1f (patch) | |
tree | f05de734bd7433014ae3d80672a7f01f40b71456 /x11-misc | |
parent | x11-libs/fox-wrapper: EAPI8 bump (diff) | |
download | gentoo-a510f4c6f92872366fca19e1ae4490f9ea7ffd1f.tar.gz gentoo-a510f4c6f92872366fca19e1ae4490f9ea7ffd1f.tar.bz2 gentoo-a510f4c6f92872366fca19e1ae4490f9ea7ffd1f.zip |
x11-misc/xkblayout-state: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xkblayout-state/xkblayout-state-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild index afbeba66bacf..e3ae97e16f45 100644 --- a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild +++ b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,11 +8,11 @@ inherit toolchain-funcs # Commit Date: 18 Jan 2018 EGIT_COMMIT="45b752b130e077d5b1437d40b0a459e062aafa13" -DESCRIPTION="A small program to get/set the current XKB layout" +DESCRIPTION="Small program to get/set the current XKB layout" HOMEPAGE="https://github.com/nonpop/xkblayout-state" SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild index b92c94a33662..12dd2ae2ff82 100644 --- a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild +++ b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 toolchain-funcs -DESCRIPTION="A small program to get/set the current XKB layout" +DESCRIPTION="Small program to get/set the current XKB layout" HOMEPAGE="https://github.com/nonpop/xkblayout-state" EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="" |