diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-02 03:52:34 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-02 03:52:34 +0100 |
commit | d99fa4b186ac2a7fdb838d0482e16f554e6b45ec (patch) | |
tree | 40263e721c84d3677d04fd763ac5ffc1f64730cb /app-admin/clsync/clsync-0.4.5.ebuild | |
parent | x11-misc/cbatticon: x86 stable (bug #757702) (diff) | |
download | gentoo-d99fa4b186ac2a7fdb838d0482e16f554e6b45ec.tar.gz gentoo-d99fa4b186ac2a7fdb838d0482e16f554e6b45ec.tar.bz2 gentoo-d99fa4b186ac2a7fdb838d0482e16f554e6b45ec.zip |
app-admin/clsync: x86 stable (bug #757618)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin/clsync/clsync-0.4.5.ebuild')
-rw-r--r-- | app-admin/clsync/clsync-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clsync/clsync-0.4.5.ebuild b/app-admin/clsync/clsync-0.4.5.ebuild index c17448327bb2..ba4c91c7f45d 100644 --- a/app-admin/clsync/clsync-0.4.5.ebuild +++ b/app-admin/clsync/clsync-0.4.5.ebuild @@ -6,10 +6,10 @@ EAPI=7 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/clsync/clsync.git" inherit git-r3 - KEYWORDS="" + KEYWORDS="x86" else SRC_URI="https://github.com/clsync/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi inherit autotools linux-info systemd |