summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2022-07-27 11:42:11 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2022-07-27 11:42:11 +0200
commit32fe41fcfdb0ff85ff0fac3338cae2e059ab2860 (patch)
tree8488b4059c19f7972b61ed3da5c52ac8da81354c /x11-wm
parent3397787da14a387c8f81a698c6a0981b708c8708 (diff)
downloadportage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.tar.gz
portage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.tar.bz2
portage-32fe41fcfdb0ff85ff0fac3338cae2e059ab2860.zip
Addressing sanity check warnings
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/compiz/Manifest2
-rw-r--r--x11-wm/compiz/compiz-9999.ebuild17
2 files changed, 4 insertions, 15 deletions
diff --git a/x11-wm/compiz/Manifest b/x11-wm/compiz/Manifest
index f14a751..649c582 100644
--- a/x11-wm/compiz/Manifest
+++ b/x11-wm/compiz/Manifest
@@ -1,4 +1,4 @@
AUX access_violation.patch 1023 BLAKE2B cc06552acc0241a4f4c30feee61023023143fbb935cf925a9c18037ddb6d8bb6ceafd6f8b05da5ab40b448195cbfdd71cd3a145d204330c7c4f708e26e9aead5 SHA512 9772aaa487284599ecbffabee4bc91d522c71797c3e08dddd549b4f13c1565f861c66a1b63feb72ce12b4432d852e259de2d22c9b82314ebcf28d10420736a63
AUX gtk-extents.patch 491 BLAKE2B 11aa0d8ef8c2972585a8eaa23caf205f29e188e0f0bf89cd2334280c15809db2f9c05717c51aa62ffc8868cc97d4cb00d93233f7bb4ae2c0cb9604d127477923 SHA512 8943cbcfdeefe1fd4148b38278dab7091338265fa003ce98b32d0cda562a26cbe443ea00a99b39fae522f6db6559b5482a22e3826d256febd4e3aa4f7ebf267f
-EBUILD compiz-9999.ebuild 3400 BLAKE2B 172c4aea897134eabc51b238beedb6d66c5be16ee6f47b688d1a9d7ef1fb96b2b4bd9f41ee1c1a0c1e35ad28b34231abd22e743eae0a962732853fd676fa9eab SHA512 5c04183193b607f5437ec70f9c53ffcfbe13792648028a6801b14e5d1f7ba78242d0a41dedb18c738989d7fedce43787498b2d6e5e26b77586fe126e285b4604
+EBUILD compiz-9999.ebuild 3073 BLAKE2B 827549c70455684b55ceb12b925a43575dab380dfe24f392ab5649948b11fa362db2b1869ae75db9d9aeacabdd45a244d0a3d1cb119477f786d462e676727f76 SHA512 45d5366be8d72cacd0606f8e7e0041a51dfcffc4e389d052906d1d8134f1f0c275d7ad903ebf5e243b90e724f4700d5b928b66fd3906be0a1e3c51fd03dd406e
MISC metadata.xml 321 BLAKE2B c46a8a0d30f3667897b9b33891b10136f40d4ccfb57838f6b0d97c3460faf26ef64116ab084867deb9849e181379429f09ccb70a6f58000e6ccf1c23fd58ab05 SHA512 88326b9a4e870f0f64db8c0a360df1551f96f08e5fff0632d65462cbf72868d221bc674e5bc3f8e756825abd34f35c0957197f19f419242b76a91187e250a9c0
diff --git a/x11-wm/compiz/compiz-9999.ebuild b/x11-wm/compiz/compiz-9999.ebuild
index ba23cce..8d58d3f 100644
--- a/x11-wm/compiz/compiz-9999.ebuild
+++ b/x11-wm/compiz/compiz-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake xdg-utils python-single-r1 toolchain-funcs
@@ -12,9 +12,9 @@ if [[ ${PV} == 9999* ]]; then
S="${WORKDIR}/${P}"
else
SRC_URI="http://launchpad.net/${PN}/${BRANCH}/${PV}/+download/${P}.tar.xz"
+ KEYWORDS="~amd64"
fi
-KEYWORDS="~amd64"
DESCRIPTION="OpenGL window and compositing manager"
HOMEPAGE="http://www.compiz.org/"
@@ -23,20 +23,10 @@ SLOT="0"
IUSE="+cairo debug dbus gles gnome gtk kde +svg test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
COMMONDEPEND="
${PYTHON_DEPS}
- !x11-wm/compiz-fusion
- !x11-libs/compiz-bcop
- !x11-libs/libcompizconfig
- !x11-libs/compizconfig-backend-gconf
- !x11-libs/compizconfig-backend-kconfig4
- !x11-plugins/compiz-plugins-main
- !x11-plugins/compiz-plugins-extra
- !x11-plugins/compiz-plugins-unsupported
- !x11-apps/ccsm
- !dev-python/compizconfig-python
- !x11-apps/fusion-icon
dev-libs/boost
dev-libs/glib:2
dev-cpp/glibmm:2
@@ -69,7 +59,6 @@ COMMONDEPEND="
x11-libs/pango
gnome? (
gnome-base/gnome-desktop:=
- gnome-base/gconf
x11-wm/metacity
)
)