diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:02:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-28 12:02:04 +0200 |
commit | 6ce3748e2888df1095c96a89411012649c4fb9d2 (patch) | |
tree | 5b9c357943780fc9dcf61ef15850f1fc0e97f55c /sys-apps/install-xattr | |
parent | sci-libs/votca-tools: x86 stable wrt bug #773175 (diff) | |
download | gentoo-6ce3748e2888df1095c96a89411012649c4fb9d2.tar.gz gentoo-6ce3748e2888df1095c96a89411012649c4fb9d2.tar.bz2 gentoo-6ce3748e2888df1095c96a89411012649c4fb9d2.zip |
sys-apps/install-xattr: x86 stable wrt bug #773625
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/install-xattr/install-xattr-0.8.ebuild b/sys-apps/install-xattr/install-xattr-0.8.ebuild index 1ab35511e91d..38271a3d0ed4 100644 --- a/sys-apps/install-xattr/install-xattr-0.8.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.8.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" S=${WORKDIR}/${PN} fi |