commit: bb5d1b22f521ab691e24cbb941a2c6fdc945b65b Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 08:07:11 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 08:13:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5d1b22
x11-misc/mygestures: adjust style Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-misc/mygestures/mygestures-2.0.ebuild | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/x11-misc/mygestures/mygestures-2.0.ebuild b/x11-misc/mygestures/mygestures-2.0.ebuild index 18b0d8fe375b..902753001fed 100644 --- a/x11-misc/mygestures/mygestures-2.0.ebuild +++ b/x11-misc/mygestures/mygestures-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,11 @@ EAPI=8 inherit autotools DESCRIPTION="Mouse gestures for X" -HOMEPAGE="https://github.com/deters/mygestures" -SRC_URI="https://github.com/deters/mygestures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/deters/mygestures/" +SRC_URI=" + https://github.com/deters/mygestures/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="GPL-2+" SLOT="0" @@ -18,11 +21,15 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXi x11-libs/libXrender - x11-libs/libXtst" + x11-libs/libXtst +" DEPEND=" ${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" + x11-base/xorg-proto +" +BDEPEND=" + virtual/pkgconfig +" src_prepare() { default
