diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-29 09:34:31 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-29 09:37:59 +0200 |
commit | 5104bc77e1aecced09ffcf293bea6152fdaf4d5b (patch) | |
tree | 23924846d8311708852e81038bc260b5996fa2a7 /sys-libs | |
parent | dev-python/docutils-glep: Bump to 1.2 (fixes yaml usage) (diff) | |
download | gentoo-5104bc77e1aecced09ffcf293bea6152fdaf4d5b.tar.gz gentoo-5104bc77e1aecced09ffcf293bea6152fdaf4d5b.tar.bz2 gentoo-5104bc77e1aecced09ffcf293bea6152fdaf4d5b.zip |
sys-libs/lib-compat: add ~x86-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.5.ebuild b/sys-libs/lib-compat/lib-compat-1.5.ebuild index 064a9db028cb..93f758188723 100644 --- a/sys-libs/lib-compat/lib-compat-1.5.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="libstdc++" # corresponding source code in gcc-2.95.3.tar.bz2 SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86 ~x86-linux" src_install() { ABI=x86 dolib.so x86/libstdc++-libc6.2-2.so.3 |