Diff sselp-0.2-r1 with a sselp-9999

/usr/portage/x11-misc/sselp/sselp-9999.ebuild 2023-10-09 14:52:35.948368513 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2017 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
5
inherit toolchain-funcs
5
inherit git-r3 toolchain-funcs
6 6

  
7 7
DESCRIPTION="Simple X selection printer"
8 8
HOMEPAGE="https://tools.suckless.org/x/sselp"
9
SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
9
EGIT_REPO_URI="https://git.suckless.org/sselp"
10 10

  
11 11
LICENSE="MIT"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
13
KEYWORDS=""
14 14

  
15 15
DEPEND="x11-libs/libX11"
16 16
RDEPEND="${DEPEND}"
Thank you!