From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EE7F1398ED for ; Fri, 29 Dec 2017 21:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 436D7E0E3A; Fri, 29 Dec 2017 21:42:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 263B9E0E3A for ; Fri, 29 Dec 2017 21:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87A3A341657 for ; Fri, 29 Dec 2017 21:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4E0AFC4 for ; Fri, 29 Dec 2017 21:42:30 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1514583583.d9d10688d06b121fbec7a7658bdc4b931570b2a2.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-kernel/linux-headers/ X-VCS-Repository: proj/musl X-VCS-Files: sys-kernel/linux-headers/linux-headers-4.11.ebuild sys-kernel/linux-headers/linux-headers-4.13.ebuild sys-kernel/linux-headers/linux-headers-4.14.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: d9d10688d06b121fbec7a7658bdc4b931570b2a2 X-VCS-Branch: master Date: Fri, 29 Dec 2017 21:42:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46ee2d33-eb47-470a-857b-f5c22590e89b X-Archives-Hash: a247f8f600b6588b90c32949496222b4 commit: d9d10688d06b121fbec7a7658bdc4b931570b2a2 Author: Aric Belsito gmail com> AuthorDate: Fri Dec 29 21:39:43 2017 +0000 Commit: Aric Belsito gmail com> CommitDate: Fri Dec 29 21:39:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d9d10688 sys-kernel/linux-headers: version bump to 4.14 sys-kernel/linux-headers/linux-headers-4.11.ebuild | 3 +-- .../{linux-headers-4.13.ebuild => linux-headers-4.14.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-kernel/linux-headers/linux-headers-4.11.ebuild b/sys-kernel/linux-headers/linux-headers-4.11.ebuild index fe1a6cd..ecc7386 100644 --- a/sys-kernel/linux-headers/linux-headers-4.11.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.11.ebuild @@ -12,8 +12,7 @@ PATCH_VER="1" SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}" -KEYWORDS="~alpha ~amd64 ~ia64" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" DEPEND="app-arch/xz-utils dev-lang/perl" diff --git a/sys-kernel/linux-headers/linux-headers-4.13.ebuild b/sys-kernel/linux-headers/linux-headers-4.14.ebuild similarity index 98% rename from sys-kernel/linux-headers/linux-headers-4.13.ebuild rename to sys-kernel/linux-headers/linux-headers-4.14.ebuild index ecc7386..586e8de 100644 --- a/sys-kernel/linux-headers/linux-headers-4.13.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=6 ETYPE="headers" H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 bfin cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 s390 score sh sparc tile x86 xtensa" @@ -25,6 +25,8 @@ src_unpack() { } src_prepare() { + default + [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} epatch "${FILESDIR}"/libc-4.8-portability.patch }