commit: 3c7cdc300354537752708b1bb6fc1cebcb7f42ab Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com> AuthorDate: Thu Feb 25 09:15:26 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Feb 25 09:15:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7cdc30
x11-misc/wmctrl: set BDEPEND + trivial cleanups Closes: https://github.com/gentoo/gentoo/pull/19621 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild index 338af72ad91..b5f3984fc9d 100644 --- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild @@ -1,27 +1,25 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" +DESCRIPTION="Command line tool to interact with an EWMH/NetWM compatible X Window Manager" HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl" -SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz" +SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64 ppc ~ppc64 ~sparc x86 ~x86-linux" -IUSE="" RDEPEND=" - >=dev-libs/glib-2:2 + dev-libs/glib:2 x11-libs/libX11 - x11-libs/libXt x11-libs/libXmu -" + x11-libs/libXt" DEPEND=" ${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto -" + x11-base/xorg-proto" +BDEPEND=" + virtual/pkgconfig" PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )
