diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 13:14:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 13:17:30 +0100 |
commit | 842e8d9226cabf337ca77f7a8749372c2ed467eb (patch) | |
tree | 6208d75f725d543420801b60a1739b77801cbf0a /x11-misc/dmenu | |
parent | net-print/foomatic-db-ppds: Stabilize 4.0.20190226 ppc64, #783732 (diff) | |
download | gentoo-842e8d9226cabf337ca77f7a8749372c2ed467eb.tar.gz gentoo-842e8d9226cabf337ca77f7a8749372c2ed467eb.tar.bz2 gentoo-842e8d9226cabf337ca77f7a8749372c2ed467eb.zip |
x11-misc/dmenu: Stabilize 5.0 ppc64, #783759
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/dmenu')
-rw-r--r-- | x11-misc/dmenu/dmenu-5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dmenu/dmenu-5.0.ebuild b/x11-misc/dmenu/dmenu-5.0.ebuild index 49610645344e..bccd963a25a8 100644 --- a/x11-misc/dmenu/dmenu-5.0.ebuild +++ b/x11-misc/dmenu/dmenu-5.0.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 @@ -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=" |