diff options
author | 2015-01-03 00:15:24 +0000 | |
---|---|---|
committer | 2015-01-03 00:15:24 +0000 | |
commit | 58a36d0b371d19ff749ec1424fff7c0466e8ab87 (patch) | |
tree | 80b2b52e4b07e2ed69c6258d5bc692872c64e0d2 /dev-libs/serd/serd-0.18.2.ebuild | |
parent | drop pypy support (diff) | |
download | historical-58a36d0b371d19ff749ec1424fff7c0466e8ab87.tar.gz historical-58a36d0b371d19ff749ec1424fff7c0466e8ab87.tar.bz2 historical-58a36d0b371d19ff749ec1424fff7c0466e8ab87.zip |
Use python-any-r1 for waf.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-libs/serd/serd-0.18.2.ebuild')
-rw-r--r-- | dev-libs/serd/serd-0.18.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/serd/serd-0.18.2.ebuild b/dev-libs/serd/serd-0.18.2.ebuild index 1c20b6453335..45fdf4230f00 100644 --- a/dev-libs/serd/serd-0.18.2.ebuild +++ b/dev-libs/serd/serd-0.18.2.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild,v 1.1 2013/01/13 21:08:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.18.2.ebuild,v 1.2 2015/01/03 00:11:15 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-any-r1 waf-utils DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples" HOMEPAGE="http://drobilla.net/software/serd/" @@ -17,6 +19,7 @@ IUSE="doc static-libs test" RDEPEND="" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen )" DOCS=( "AUTHORS" "NEWS" "README" ) |