commit: 7649da5f29d28e6fb88cc6f6afdede6494f9055f Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Nov 2 17:37:13 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> 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"