diff options
author | Sam James <sam@gentoo.org> | 2022-12-07 15:46:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-07 15:46:55 +0000 |
commit | e844225185a086053baf70d4ace9a06382b92a04 (patch) | |
tree | 4f94d07cc3d8f6967efac344aa678660dd1ffbc9 /x11-misc | |
parent | linux-mod.eclass: Warn about removal of econf called in compile phase func (diff) | |
download | gentoo-e844225185a086053baf70d4ace9a06382b92a04.tar.gz gentoo-e844225185a086053baf70d4ace9a06382b92a04.tar.bz2 gentoo-e844225185a086053baf70d4ace9a06382b92a04.zip |
x11-misc/gmrun: Stabilize 1.4w ppc, #884703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gmrun/gmrun-1.4w.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/gmrun/gmrun-1.4w.ebuild b/x11-misc/gmrun/gmrun-1.4w.ebuild index 3385f765aee3..a07798eeb1a9 100644 --- a/x11-misc/gmrun/gmrun-1.4w.ebuild +++ b/x11-misc/gmrun/gmrun-1.4w.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="master" else SRC_URI="https://github.com/wdlkmpx/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~mips ~ppc x86" + KEYWORDS="~amd64 ~mips ppc x86" fi DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!" |