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 B4E461395E1 for ; Wed, 2 Nov 2016 17:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 546F4E09A9; Wed, 2 Nov 2016 17:37:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CBFCE09A9 for ; Wed, 2 Nov 2016 17:37:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D8123413E9 for ; Wed, 2 Nov 2016 17:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E33C824AF for ; Wed, 2 Nov 2016 17:37:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1478108269.7649da5f29d28e6fb88cc6f6afdede6494f9055f.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/yaml-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild X-VCS-Directories: dev-cpp/yaml-cpp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7649da5f29d28e6fb88cc6f6afdede6494f9055f X-VCS-Branch: master Date: Wed, 2 Nov 2016 17:37:54 +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: 616346f4-2acb-46d7-98fd-80267bdd3a6e X-Archives-Hash: a13ff65b0b8d374e6b21986ca7dca602 commit: 7649da5f29d28e6fb88cc6f6afdede6494f9055f Author: Johannes Huber gentoo org> AuthorDate: Wed Nov 2 17:37:13 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Nov 2 17:37:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7649da5f dev-cpp/yaml-cpp: EAPI 6 Package-Manager: portage-2.3.2 dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild index 70eace3..f90f977 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils -DESCRIPTION="A YAML parser and emitter in C++" +DESCRIPTION="YAML parser and emitter in C++" HOMEPAGE="https://github.com/jbeder/yaml-cpp" SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz"