diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-05-07 09:14:45 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-05-07 09:17:24 +0300 |
commit | 55815d09f16ff907bc6ebdc8b3a73a5634bb36a4 (patch) | |
tree | 8fada0c282d6d2a45a99cab4e831e24e9176e7de /app-arch | |
parent | app-arch/drpm: Keyword 0.5.1 x86, #900154 (diff) | |
download | gentoo-55815d09f16ff907bc6ebdc8b3a73a5634bb36a4.tar.gz gentoo-55815d09f16ff907bc6ebdc8b3a73a5634bb36a4.tar.bz2 gentoo-55815d09f16ff907bc6ebdc8b3a73a5634bb36a4.zip |
app-arch/zchunk: Keyword 1.2.3 x86, #900154
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zchunk/zchunk-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild index 76677dce82f5..78b7906664ab 100644 --- a/app-arch/zchunk/zchunk-1.2.3.ebuild +++ b/app-arch/zchunk/zchunk-1.2.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/zchunk/zchunk.git" else SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD-2" |