commit: 6a8aca5677a9673d7222707203edc4d7ba32a2e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 29 01:39:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 29 01:51:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8aca56
sci-visualization/opendx-samples: fix variable reference style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam <AT> gentoo.org> .../opendx-samples/opendx-samples-4.4.0-r2.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild index 2dbd69320cc..8ee6e71d294 100644 --- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild +++ b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,16 +12,14 @@ DESCRIPTION="Samples for IBM Data Explorer" HOMEPAGE="http://www.opendx.org/" SRC_URI="http://opendx.sdsc.edu/source/${MY_P}.tar.gz mirror://gentoo/${P}-install.patch.bz2" -LICENSE="IBM" -SLOT="0" - S="${WORKDIR}/${MY_P}" +LICENSE="IBM" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=">=sci-visualization/opendx-4.4.4-r2" -DEPEND="$RDEPEND" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-nojava.patch" @@ -29,7 +27,7 @@ PATCHES=( ) src_prepare() { - #absolutely no javadx for now + # absolutely no javadx for now default eautoreconf }
