diff options
author | Sam James <sam@gentoo.org> | 2020-11-18 16:25:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-18 16:25:10 +0000 |
commit | 4ad9fbfb6dea4d37c7c16bb6dbd5234e3c400e27 (patch) | |
tree | 308ca86362d4328f70bf095ba1533eca9fbed1bc /gui-libs/wf-config | |
parent | gui-wm/wayfire: Stabilize 0.5.0 amd64, #752024 (diff) | |
download | gentoo-4ad9fbfb6dea4d37c7c16bb6dbd5234e3c400e27.tar.gz gentoo-4ad9fbfb6dea4d37c7c16bb6dbd5234e3c400e27.tar.bz2 gentoo-4ad9fbfb6dea4d37c7c16bb6dbd5234e3c400e27.zip |
gui-libs/wf-config: Stabilize 0.5.0 amd64, #752024
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wf-config')
-rw-r--r-- | gui-libs/wf-config/wf-config-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wf-config/wf-config-0.5.0.ebuild b/gui-libs/wf-config/wf-config-0.5.0.ebuild index b100b1d861f4..f931c5c75f9f 100644 --- a/gui-libs/wf-config/wf-config-0.5.0.ebuild +++ b/gui-libs/wf-config/wf-config-0.5.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" else SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT" |