diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:43:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:43:47 +0200 |
commit | 2a5637656335fa03be26ed2f9447c4165883f0b7 (patch) | |
tree | 147f7e0e05234e157ddc14e1da939c910ce1fe4a /x11-wm | |
parent | dev-python/hcloud-python: version bump to 1.7.0 (diff) | |
download | gentoo-2a5637656335fa03be26ed2f9447c4165883f0b7.tar.gz gentoo-2a5637656335fa03be26ed2f9447c4165883f0b7.tar.bz2 gentoo-2a5637656335fa03be26ed2f9447c4165883f0b7.zip |
x11-wm/dwm: amd64 stable wrt bug #694990
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/dwm-6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/dwm/dwm-6.2.ebuild b/x11-wm/dwm/dwm-6.2.ebuild index 084d507db930..2a7796c1c224 100644 --- a/x11-wm/dwm/dwm-6.2.ebuild +++ b/x11-wm/dwm/dwm-6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="xinerama" RDEPEND=" |