diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-28 15:32:26 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-28 15:32:26 +0100 |
commit | c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f (patch) | |
tree | 3863a2d377e9e477f9349e25ad6961bd84e60ea5 /sys-fs | |
parent | net-wireless/blueman: x86 stable (bug #751556) (diff) | |
download | gentoo-c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f.tar.gz gentoo-c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f.tar.bz2 gentoo-c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f.zip |
sys-fs/compsize: x86 stable (bug #751577)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/compsize/compsize-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild index df2657574f74..8f8ff596a998 100644 --- a/sys-fs/compsize/compsize-1.3.ebuild +++ b/sys-fs/compsize/compsize-1.3.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 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2+" |