diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 16:41:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 16:41:24 +0000 |
commit | cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb (patch) | |
tree | 8ad16d1c773fb3ad35de82524f8a6710d2f5ded6 /sys-fs/compsize | |
parent | dev-python/protobuf-python: Stabilize 3.15.8 x86, #787887 (diff) | |
download | gentoo-cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb.tar.gz gentoo-cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb.tar.bz2 gentoo-cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb.zip |
sys-fs/compsize: Stabilize 1.5 x86, #790062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/compsize')
-rw-r--r-- | sys-fs/compsize/compsize-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild index 659c3f6e593e..19890bad1285 100644 --- a/sys-fs/compsize/compsize-1.5.ebuild +++ b/sys-fs/compsize/compsize-1.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then EGIT_REPO_URI="https://github.com/kilobyte/compsize.git" else SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2+ GPL-2" |