commit: 4fc6ae8dca19306903ca884e2c85891f6caa012f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 10:43:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 10:43:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc6ae8d
x11-misc/dmenu: Stabilize 4.8 ppc, #773142 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/dmenu/dmenu-4.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/dmenu/dmenu-4.8.ebuild b/x11-misc/dmenu/dmenu-4.8.ebuild index e577a44a68f..3bb52a7f6a0 100644 --- a/x11-misc/dmenu/dmenu-4.8.ebuild +++ b/x11-misc/dmenu/dmenu-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 x86" IUSE="xinerama" RDEPEND="
