commit: 2c638ff15b6240a05d7382709f125d9561eda5eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 29 01:37:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 29 01:51:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c638ff1
x11-misc/matchbox-keyboard: drop unused eutils inherit Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild index 98f5cedb69c..4ceed10c88e 100644 --- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild +++ b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild @@ -3,25 +3,26 @@ EAPI="6" -inherit versionator eutils +inherit versionator DESCRIPTION="Matchbox-keyboard is an on screen 'virtual' or 'software' keyboard" HOMEPAGE="http://matchbox-project.org/" SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" - KEYWORDS="amd64 ~arm ~hppa ppc x86" IUSE="debug cairo" -DOCS=( AUTHORS ChangeLog INSTALL NEWS README ) -PATCHES=( "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch ) - DEPEND="x11-libs/libfakekey cairo? ( x11-libs/cairo[X] ) !cairo? ( x11-libs/libXft )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch +) + src_configure() { econf $(use_enable debug) $(use_enable cairo) }
