diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-24 18:13:59 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-24 18:14:19 +0300 |
commit | 1fbc8fc947b24937bd0ca05ebd7a8d8861b87690 (patch) | |
tree | 15dc1bc332513d92f7c756951a42f55c5a324ef0 | |
parent | sys-devel/patch-2.7.6-r1: arm64 stable (bug #647270) (diff) | |
download | gentoo-1fbc8fc947b24937bd0ca05ebd7a8d8861b87690.tar.gz gentoo-1fbc8fc947b24937bd0ca05ebd7a8d8861b87690.tar.bz2 gentoo-1fbc8fc947b24937bd0ca05ebd7a8d8861b87690.zip |
net-libs/serf: drop stable arm64 keywords
Broken deptree over time; was keyworded for layman/subversion,
but we have USE=subversion stable-masked. Just de-stabilize serf
for now instead (subversion already has lost stable keyword over
time) and revisit when we stabilize subversion again.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r-- | net-libs/serf/serf-1.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/serf/serf-1.3.8.ebuild b/net-libs/serf/serf-1.3.8.ebuild index f82999ef22bf..e5e7ae30a441 100644 --- a/net-libs/serf/serf-1.3.8.ebuild +++ b/net-libs/serf/serf-1.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/${PN}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="kerberos" RDEPEND="dev-libs/apr:1= |