diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:39:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:51:55 +0100 |
commit | 6a8aca5677a9673d7222707203edc4d7ba32a2e8 (patch) | |
tree | 1088729a17c59c267340c696033d67892ae4f8d8 /sci-visualization | |
parent | net-analyzer/nsat: fix variable reference style (diff) | |
download | gentoo-6a8aca5677a9673d7222707203edc4d7ba32a2e8.tar.gz gentoo-6a8aca5677a9673d7222707203edc4d7ba32a2e8.tar.bz2 gentoo-6a8aca5677a9673d7222707203edc4d7ba32a2e8.zip |
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild | 12 |
1 files 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 2dbd69320cc6..8ee6e71d2949 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 } |