diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-15 00:45:50 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-15 00:48:10 -0400 |
commit | eb2bba927902870d4756b7051781213b66610fef (patch) | |
tree | ecb56adee75dde9e5ca08f2321c31d1b095ec7c0 /app-arch | |
parent | sys-auth/rtkit: arm64 stable (diff) | |
download | gentoo-eb2bba927902870d4756b7051781213b66610fef.tar.gz gentoo-eb2bba927902870d4756b7051781213b66610fef.tar.bz2 gentoo-eb2bba927902870d4756b7051781213b66610fef.zip |
app-arch/snappy: 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 'app-arch')
-rw-r--r-- | app-arch/snappy/snappy-1.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/snappy/snappy-1.1.7.ebuild b/app-arch/snappy/snappy-1.1.7.ebuild index be36d21461f1..5634d24aa2f9 100644 --- a/app-arch/snappy/snappy-1.1.7.ebuild +++ b/app-arch/snappy/snappy-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV%%.*}" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs test" # upstream killed static lib support with build system update # (and we have packages depending on the flag) |