diff options
author | 2021-02-27 10:43:50 +0000 | |
---|---|---|
committer | 2021-02-27 10:43:50 +0000 | |
commit | 4fc6ae8dca19306903ca884e2c85891f6caa012f (patch) | |
tree | 08861eb01ba29d6891250ecdb04ecbceb3ba278f /x11-misc | |
parent | x11-misc/xscreensaver: Stabilize 5.44-r4 ppc, #773139 (diff) | |
download | gentoo-4fc6ae8dca19306903ca884e2c85891f6caa012f.tar.gz gentoo-4fc6ae8dca19306903ca884e2c85891f6caa012f.tar.bz2 gentoo-4fc6ae8dca19306903ca884e2c85891f6caa012f.zip |
x11-misc/dmenu: Stabilize 4.8 ppc, #773142
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dmenu/dmenu-4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dmenu/dmenu-4.8.ebuild b/x11-misc/dmenu/dmenu-4.8.ebuild index e577a44a68fd..3bb52a7f6a07 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=" |