diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-31 16:41:57 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-18 00:35:59 +0200 |
commit | afd660b427b1b3dbd39248dd18b5f27e4732d5ee (patch) | |
tree | 25f6e427978cb2ad570bd09701be024b44e002d2 /x11-misc | |
parent | sys-auth/polkit: remove unused patch (diff) | |
download | gentoo-afd660b427b1b3dbd39248dd18b5f27e4732d5ee.tar.gz gentoo-afd660b427b1b3dbd39248dd18b5f27e4732d5ee.tar.bz2 gentoo-afd660b427b1b3dbd39248dd18b5f27e4732d5ee.zip |
x11-misc/lineakd: use HTTPS, 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/lineakd/lineakd-0.9.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild index 97f6004a03d5..8e6342414087 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r4.ebuild @@ -7,11 +7,11 @@ inherit autotools MY_P=${P/.0/} DESCRIPTION="Linux support for Easy Access and Internet Keyboards" -HOMEPAGE="http://lineak.sourceforge.net" +HOMEPAGE="https://lineak.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/lineak/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="debug" |