diff options
-rw-r--r-- | app-misc/worker/worker-3.8.3-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/worker/worker-3.8.3-r100.ebuild b/app-misc/worker/worker-3.8.3-r100.ebuild index cf6618c8bd77..786d21e9d36f 100644 --- a/app-misc/worker/worker-3.8.3-r100.ebuild +++ b/app-misc/worker/worker-3.8.3-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://www.boomerangsworld.de/cms/worker/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="avfs debug dbus examples libnotify lua +magic xinerama xft" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" |