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 01F90138335 for ; Mon, 16 Jul 2018 22:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 223B5E0878; Mon, 16 Jul 2018 22:26:19 +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 EC335E0878 for ; Mon, 16 Jul 2018 22:26:18 +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 0973A335CC2 for ; Mon, 16 Jul 2018 22:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872D8382 for ; Mon, 16 Jul 2018 22:26:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1531779957.e4a75794b550ef46a5084040c7c6f6f2ae801e2e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwbxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libwbxml/libwbxml-0.11.2.ebuild X-VCS-Directories: dev-libs/libwbxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4a75794b550ef46a5084040c7c6f6f2ae801e2e X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26:13 +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: d4f07930-24f4-45bd-8276-87284c6f98e3 X-Archives-Hash: 3bee3c6a2152925de1803c709cf33f4b commit: e4a75794b550ef46a5084040c7c6f6f2ae801e2e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 16 22:19:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 16 22:25:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a75794 dev-libs/libwbxml: EAPI-6 bump Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-libs/libwbxml/libwbxml-0.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libwbxml/libwbxml-0.11.2.ebuild b/dev-libs/libwbxml/libwbxml-0.11.2.ebuild index 914eeba6a1b..5c14fc4f61f 100644 --- a/dev-libs/libwbxml/libwbxml-0.11.2.ebuild +++ b/dev-libs/libwbxml/libwbxml-0.11.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit cmake-utils