summaryrefslogtreecommitdiff
path: root/x11-wm/xoat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-wm/xoat
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-wm/xoat')
-rw-r--r--x11-wm/xoat/Manifest2
-rw-r--r--x11-wm/xoat/xoat-9999.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/xoat/Manifest b/x11-wm/xoat/Manifest
index 47163060e09f..ad0935b9dfcf 100644
--- a/x11-wm/xoat/Manifest
+++ b/x11-wm/xoat/Manifest
@@ -1,2 +1,2 @@
-EBUILD xoat-9999.ebuild 872 BLAKE2B b532ceab8336c8fdcf1b2146186e5c17a0ee6ca69e796bf95c82596029f707659ccd4337e826e83cf3df461966f6af6076f5b6ed82c211516ad2a99ede8b71f1 SHA512 699f4cb3dce846d331bcbe0281862b56cbf4a010f71a8e2682971f324858af967ddf3fc7c81b2351ccb900e15f79795616c30cb4a85cdd905ecf3e2772578356
+EBUILD xoat-9999.ebuild 876 BLAKE2B bf56745670cce7761b321586c36829b0b6e57c91a54d3613c6705f72681e6041f686ea76b88321f4d9c42edcee9bada458671d4fb1973b62885867985497bfdb SHA512 751dd83e50e6998561c22bf949cfa8dd8058e4cb0010e900a365d5fc61386c6e84bc9ec04b1e8f2d82018ec77c1ee97697dace73e8f4e2708266cc4c51e4960e
MISC metadata.xml 248 BLAKE2B 0018deaef88f2739f30278c7b7658c96bb4bfff7a49442c9012295f853de442a3b3ce549dbcc935b9c9f82562a768f9c4d6b12c8f4042482ba4deeb544cf6dd5 SHA512 d42c4dd1579bce7f4c3c4f9295d8249f3b05ae42bb2b72a961282f2e405085c2492591e9306fc7ec84179824d58579376f5d7639105caca2a647724db6ecf379
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild
index 914c769f41f6..31b9838afc84 100644
--- a/x11-wm/xoat/xoat-9999.ebuild
+++ b/x11-wm/xoat/xoat-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit flag-o-matic git-r3 savedconfig toolchain-funcs
+
+inherit git-r3 savedconfig toolchain-funcs
DESCRIPTION="X Obstinate Asymmetric Tiler"
HOMEPAGE="https://github.com/seanpringle/xoat"
@@ -10,7 +11,6 @@ EGIT_REPO_URI="https://github.com/seanpringle/xoat"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
DEPEND="
x11-libs/libX11
@@ -21,6 +21,7 @@ RDEPEND="
${DEPEND}
!savedconfig? ( x11-misc/dmenu )
"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default