diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-18 09:58:36 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-18 10:00:52 +0300 |
commit | f1c9fb8023eeead5b5b66439cb00f304dcef38ca (patch) | |
tree | 8c8bb44f134b97c60ee95fa3e3638515e90d5623 /dev-util | |
parent | app-antivirus/clamav: keyworded 0.100.0 for ia64, bug #653016 (diff) | |
download | gentoo-f1c9fb8023eeead5b5b66439cb00f304dcef38ca.tar.gz gentoo-f1c9fb8023eeead5b5b66439cb00f304dcef38ca.tar.bz2 gentoo-f1c9fb8023eeead5b5b66439cb00f304dcef38ca.zip |
dev-util/lcov: drop to ~arm64
Indirectly requires media-libs/gd, which has lost its stable arm64 keyword
and fails tests (thus refusing to re-stabilize). lcov is the only leaf
package requiring media-libs/gd that was stable.
Bug: https://bugs.gentoo.org/646904
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lcov/lcov-1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lcov/lcov-1.9-r1.ebuild b/dev-util/lcov/lcov-1.9-r1.ebuild index d46f47b86bf8..b1a3a8e89060 100644 --- a/dev-util/lcov/lcov-1.9-r1.ebuild +++ b/dev-util/lcov/lcov-1.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc x86 ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~x86-linux ~x64-macos" IUSE="" DEPEND="" |