diff options
author | Johannes Huber <johu@gentoo.org> | 2016-11-02 18:37:13 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-11-02 18:37:49 +0100 |
commit | 7649da5f29d28e6fb88cc6f6afdede6494f9055f (patch) | |
tree | 8562a149c49460e151a0e0345739513929c5c67d /dev-cpp/yaml-cpp | |
parent | dev-cpp/yaml-cpp: Remove 0.5.2 (diff) | |
download | gentoo-7649da5f29d28e6fb88cc6f6afdede6494f9055f.tar.gz gentoo-7649da5f29d28e6fb88cc6f6afdede6494f9055f.tar.bz2 gentoo-7649da5f29d28e6fb88cc6f6afdede6494f9055f.zip |
dev-cpp/yaml-cpp: EAPI 6
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-cpp/yaml-cpp')
-rw-r--r-- | dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 4 |
1 files 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 70eace3a9956..f90f9773b85c 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" |