Diff ratpoison-1.4.9-r3 with a ratpoison-9999

/usr/portage/x11-wm/ratpoison/ratpoison-9999.ebuild 2023-10-09 14:52:36.004368514 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit elisp-common toolchain-funcs
6
inherit autotools elisp-common git-r3 toolchain-funcs
7 7

  
8 8
DESCRIPTION="window manager without mouse dependency"
9 9
HOMEPAGE="https://www.nongnu.org/ratpoison/"
10
SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
10
EGIT_REPO_URI="https://git.savannah.gnu.org/git/ratpoison.git"
11 11

  
12 12
LICENSE="GPL-2+ || ( GPL-2+ FDL-1.2+ )"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
15 14
IUSE="debug emacs +history sloppy +xft +xrandr"
16 15

  
17 16
RDEPEND="
......
42 41
	"${FILESDIR}"/ratpoison.el-gentoo.patch
43 42
)
44 43

  
44
src_prepare() {
45
	default
46
	eautoreconf
47
}
48

  
45 49
src_configure() {
46 50
	econf \
47 51
		$(use_enable debug) \
Thank you!