diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-13 08:32:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-13 08:32:06 +0200 |
commit | f1f4075eac891b248ee7ed66ab70ba71494ef219 (patch) | |
tree | 7b8db2fb8e00fe68f2c6486fcba071eb42791861 /app-arch/wimlib | |
parent | dev-util/stripe-mock: x86 stable wrt bug #798000 (diff) | |
download | gentoo-f1f4075eac891b248ee7ed66ab70ba71494ef219.tar.gz gentoo-f1f4075eac891b248ee7ed66ab70ba71494ef219.tar.bz2 gentoo-f1f4075eac891b248ee7ed66ab70ba71494ef219.zip |
app-arch/wimlib: x86 stable wrt bug #801538
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-arch/wimlib')
-rw-r--r-- | app-arch/wimlib/wimlib-1.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/wimlib/wimlib-1.13.3.ebuild b/app-arch/wimlib/wimlib-1.13.3.ebuild index 5c3f76379b53..be0165156be7 100644 --- a/app-arch/wimlib/wimlib-1.13.3.ebuild +++ b/app-arch/wimlib/wimlib-1.13.3.ebuild @@ -11,7 +11,7 @@ else MY_PV="${PV/_/-}" MY_PV="${MY_PV^^}" SRC_URI="https://wimlib.net/downloads/${PN}-${MY_PV}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="The open source Windows Imaging (WIM) library" |