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 71EA7138334 for ; Thu, 12 Jul 2018 08:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CB2E08E2; Thu, 12 Jul 2018 08:06:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 03C12E08E2 for ; Thu, 12 Jul 2018 08:06:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B56D335CA6 for ; Thu, 12 Jul 2018 08:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7895E35E for ; Thu, 12 Jul 2018 08:06:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1531382786.8bd82b2df78ac0eb8727d4e0175607b733be4d65.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-9999.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8bd82b2df78ac0eb8727d4e0175607b733be4d65 X-VCS-Branch: master Date: Thu, 12 Jul 2018 08:06:40 +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: 199a030b-040e-421b-aa14-4ca0b876f816 X-Archives-Hash: eb5545b34084a6c3e93aa64ae0cb412b commit: 8bd82b2df78ac0eb8727d4e0175607b733be4d65 Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 12 08:06:26 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 12 08:06:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd82b2d net-misc/kea: Synced live ebuild. Package-Manager: Portage-2.3.42, Repoman-2.3.9 net-misc/kea/kea-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild index b3312db88dd..7a196bcf52d 100644 --- a/net-misc/kea/kea-9999.ebuild +++ b/net-misc/kea/kea-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs user @@ -38,7 +38,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default - [[ ${PV} = 9999* ]] && eautoreconf + [[ ${PV} = *9999 ]] && eautoreconf # Brand the version with Gentoo sed -i \ -e "/VERSION=/s:'$: Gentoo-${PR}':" \