Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/yaml-cpp/
Date: Wed, 02 Nov 2016 17:37:58
Message-Id: 1478108269.7649da5f29d28e6fb88cc6f6afdede6494f9055f.johu@gentoo
1 commit: 7649da5f29d28e6fb88cc6f6afdede6494f9055f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 17:37:13 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 17:37:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7649da5f
7
8 dev-cpp/yaml-cpp: EAPI 6
9
10 Package-Manager: portage-2.3.2
11
12 dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
16 index 70eace3..f90f977 100644
17 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
18 +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
19 @@ -2,11 +2,11 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit cmake-utils
27
28 -DESCRIPTION="A YAML parser and emitter in C++"
29 +DESCRIPTION="YAML parser and emitter in C++"
30 HOMEPAGE="https://github.com/jbeder/yaml-cpp"
31 SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz"