diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-15 01:37:54 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-15 01:37:54 +0100 |
commit | 7c95de5f4d8730a8e961d67364082bb398ff8051 (patch) | |
tree | 8704fe8e48ef2e93686a5688b2e09dbdb643fa5a /x11-misc | |
parent | www-misc/profile-sync-daemon: x86 stable (bug #676820) (diff) | |
download | gentoo-7c95de5f4d8730a8e961d67364082bb398ff8051.tar.gz gentoo-7c95de5f4d8730a8e961d67364082bb398ff8051.tar.bz2 gentoo-7c95de5f4d8730a8e961d67364082bb398ff8051.zip |
x11-misc/spacefm: x86 stable (bug #676828)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/spacefm/spacefm-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/spacefm/spacefm-1.0.6.ebuild b/x11-misc/spacefm/spacefm-1.0.6.ebuild index d7f32ee9c498..0c53c8c37fd2 100644 --- a/x11-misc/spacefm/spacefm-1.0.6.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_BRANCH="next" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" SRC_URI="https://github.com/IgnorantGuru/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |