diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 03:09:21 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 03:56:03 -0700 |
commit | 8fe5cae2ce0f122552f1a84f8b85c5bdf0fc21b9 (patch) | |
tree | 57dd4293705c4a14fb1c44dcad048ce7c19f1d1b /x11-misc/picom | |
parent | dev-haskell/gtk: add __attribute__ workaround (diff) | |
download | gentoo-8fe5cae2ce0f122552f1a84f8b85c5bdf0fc21b9.tar.gz gentoo-8fe5cae2ce0f122552f1a84f8b85c5bdf0fc21b9.tar.bz2 gentoo-8fe5cae2ce0f122552f1a84f8b85c5bdf0fc21b9.zip |
x11-misc/picom: add ~ppc64 keyword
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-misc/picom')
-rw-r--r-- | x11-misc/picom/picom-8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/picom/picom-8.ebuild b/x11-misc/picom/picom-8.ebuild index b521266c63e2..2530591a444a 100644 --- a/x11-misc/picom/picom-8.ebuild +++ b/x11-misc/picom/picom-8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0 MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="+config-file dbus +doc +drm opengl pcre test" REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!" |