Diff wmfs-20180520 with a wmfs-99999999

/usr/portage/x11-wm/wmfs/wmfs-99999999.ebuild 2023-10-09 14:52:36.004368514 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

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

  
7 7
DESCRIPTION="Window Manager From Scratch, A tiling window manager highly configurable"
8 8
HOMEPAGE="https://github.com/xorg62/wmfs"
9
SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.xz"
9
EGIT_REPO_URI="https://github.com/xorg62/wmfs"
10 10

  
11 11
LICENSE="BSD"
12 12
SLOT="0"
13
KEYWORDS="~amd64"
13
KEYWORDS=""
14 14
IUSE="+imlib2 +xinerama"
15 15

  
16 16
RDEPEND="
Thank you!