From 0d474f9da817be23e0c2286605488c760203f094 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 18 Feb 2015 11:51:36 +0100 Subject: dev-lang/conceptual: fix SLOT operators Package-Manager: portage-2.2.17 --- dev-lang/conceptual/ChangeLog | 6 +++++- dev-lang/conceptual/conceptual-1.4.ebuild | 8 +++++--- dev-lang/conceptual/metadata.xml | 14 +++++++------- 3 files changed, 17 insertions(+), 11 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/conceptual/ChangeLog b/dev-lang/conceptual/ChangeLog index 31c8406d8..429e81647 100644 --- a/dev-lang/conceptual/ChangeLog +++ b/dev-lang/conceptual/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-lang/conceptual -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher conceptual-1.4.ebuild, + metadata.xml: + dev-lang/conceptual: fix SLOT operators + 05 Nov 2013; Christoph Junghans conceptual-1.4.ebuild: fixed deps diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild index 2ad033e4d..08dccdbfc 100644 --- a/dev-lang/conceptual/conceptual-1.4.ebuild +++ b/dev-lang/conceptual/conceptual-1.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) JAVA_PKG_OPT_USE="gui" inherit java-pkg-opt-2 python-single-r1 @@ -19,9 +19,11 @@ SLOT="0" LICENSE="BSD-2" IUSE="gui test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND="virtual/mpi ${PYTHON_DEPS} - gui? ( virtual/jdk dev-java/jython:0 )" + gui? ( virtual/jdk:* dev-java/jython:0 )" DEPEND="${RDEPEND}" src_compile() { diff --git a/dev-lang/conceptual/metadata.xml b/dev-lang/conceptual/metadata.xml index 4dff4c57f..cdf1b6724 100644 --- a/dev-lang/conceptual/metadata.xml +++ b/dev-lang/conceptual/metadata.xml @@ -1,11 +1,11 @@ - - ottxor@gentoo.org - Christoph Junghans - - - Build the Java base graphical interface - + + ottxor@gentoo.org + Christoph Junghans + + + Build the Java base graphical interface + -- cgit v1.2.3-65-gdbad