diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 12:12:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 12:12:17 +0200 |
commit | 5cd74c96e0596eab0222876b3963451177b457f7 (patch) | |
tree | 22841a82090da05018fd7a3b9cde389718248a91 | |
parent | dev-scheme/guile: Drop ~m68k keyword (diff) | |
download | lisp-5cd74c96e0596eab0222876b3963451177b457f7.tar.gz lisp-5cd74c96e0596eab0222876b3963451177b457f7.tar.bz2 lisp-5cd74c96e0596eab0222876b3963451177b457f7.zip |
x11-wm/stumpwm-contrib: Unkeyword 20180323
Unkeyworded dependencies.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild index 7ef1c4b8..ba1c04e7 100644 --- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="${HOMEPAGE}" else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + #KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2 GPL-3 BSD-2" |