commit: b0b03dd3f63e3d15992fd8bbf98bbaedad962b5c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 5 11:19:17 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 5 11:19:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0b03dd3
sci-libs/xraylib: Add slot operators Package-Manager: portage-2.2.20 sci-libs/xraylib/ChangeLog | 4 ++++ sci-libs/xraylib/xraylib-2.16.0.ebuild | 8 ++++---- sci-libs/xraylib/xraylib-3.1.0.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sci-libs/xraylib/ChangeLog b/sci-libs/xraylib/ChangeLog index 3085dea..38be18a 100644 --- a/sci-libs/xraylib/ChangeLog +++ b/sci-libs/xraylib/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Jun 2015; Justin Lecher <[email protected]> xraylib-2.16.0.ebuild, + xraylib-3.1.0.ebuild: + sci-libs/xraylib: Add slot operators + 05 Jun 2015; Justin Lecher <[email protected]> metadata.xml: sci-libs/xraylib: Add github to remote-id in metadata.xml diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index 6917f65..5d9e764 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -23,13 +23,13 @@ IUSE="examples fortran java lua perl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - java? ( >=virtual/jre-1.4 ) - lua? ( dev-lang/lua ) + java? ( >=virtual/jre-1.4:* ) + lua? ( dev-lang/lua:0 ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.4 )" + java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/${PN}-${P}" diff --git a/sci-libs/xraylib/xraylib-3.1.0.ebuild b/sci-libs/xraylib/xraylib-3.1.0.ebuild index 3f9991e..5d9e764 100644 --- a/sci-libs/xraylib/xraylib-3.1.0.ebuild +++ b/sci-libs/xraylib/xraylib-3.1.0.ebuild @@ -23,13 +23,13 @@ IUSE="examples fortran java lua perl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - java? ( >=virtual/jre-1.4 ) - lua? ( dev-lang/lua ) + java? ( >=virtual/jre-1.4:* ) + lua? ( dev-lang/lua:0 ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.4 )" + java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/${PN}-${P}"
