diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-12-18 11:48:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-12-18 11:48:21 +0100 |
commit | 92d19df22e1507e004e1b1efae74327c8a02b1bc (patch) | |
tree | 1fcb9ca050aaac2805fc0d1b8285c5910f3b62c3 /app-admin/clsync | |
parent | x11-plugins/wmcoincoin: amd64 stable wrt bug #757471 (diff) | |
download | gentoo-92d19df22e1507e004e1b1efae74327c8a02b1bc.tar.gz gentoo-92d19df22e1507e004e1b1efae74327c8a02b1bc.tar.bz2 gentoo-92d19df22e1507e004e1b1efae74327c8a02b1bc.zip |
app-admin/clsync: amd64 stable wrt bug #757618
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/clsync')
-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 ba4c91c7f45d..2d61d65f2f08 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="x86" + KEYWORDS="amd64 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 |