diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-22 01:48:45 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-22 01:49:42 -0400 |
commit | c5c110553f0b10a74a2b44909496424318530418 (patch) | |
tree | 8f290fbf49b9b794571f8b46746c3beffb02d05c /dev-util/lcov | |
parent | net-misc/stunnel: restore LibreSSL support; add patch for 5.54 (diff) | |
download | gentoo-c5c110553f0b10a74a2b44909496424318530418.tar.gz gentoo-c5c110553f0b10a74a2b44909496424318530418.tar.bz2 gentoo-c5c110553f0b10a74a2b44909496424318530418.zip |
dev-util/lcov: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-util/lcov')
-rw-r--r-- | dev-util/lcov/lcov-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lcov/lcov-1.11.ebuild b/dev-util/lcov/lcov-1.11.ebuild index 83edb27798aa..cb9b990b3e67 100644 --- a/dev-util/lcov/lcov-1.11.ebuild +++ b/dev-util/lcov/lcov-1.11.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="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~x86-linux ~x64-macos" IUSE="" DEPEND="" |