From 1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 9 Mar 2020 13:34:12 +0100 Subject: Repo fixes and cleanups --- x11-wm/compiz/compiz-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'x11-wm/compiz/compiz-9999.ebuild') diff --git a/x11-wm/compiz/compiz-9999.ebuild b/x11-wm/compiz/compiz-9999.ebuild index 47a56ef..dfd28b6 100644 --- a/x11-wm/compiz/compiz-9999.ebuild +++ b/x11-wm/compiz/compiz-9999.ebuild @@ -6,9 +6,9 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit cmake-utils eutils gnome2-utils xdg-utils python-single-r1 toolchain-funcs if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.launchpad.net/${PN}" - S="${WORKDIR}/${P}" + inherit git-r3 + EGIT_REPO_URI="https://git.launchpad.net/${PN}" + S="${WORKDIR}/${P}" else SRC_URI="http://launchpad.net/${PN}/${BRANCH}/${PV}/+download/${P}.tar.xz" fi @@ -72,7 +72,7 @@ COMMONDEPEND=" x11-wm/metacity ) ) - kde? ( kde-base/kwin:4 ) + kde? ( kde-plasma/kwin ) svg? ( gnome-base/librsvg:2 x11-libs/cairo @@ -82,11 +82,8 @@ COMMONDEPEND=" DEPEND="${COMMONDEPEND} app-admin/chrpath virtual/pkgconfig - x11-proto/damageproto - x11-proto/xineramaproto test? ( dev-cpp/gtest - dev-cpp/gmock )" RDEPEND="${COMMONDEPEND} -- cgit v1.2.3