Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/
Date: Wed, 08 Sep 2021 05:06:45
Message-Id: 1631077591.10566be78d0c93191a0c35c6c748472bae9a8f6d.sam@gentoo
1 commit: 10566be78d0c93191a0c35c6c748472bae9a8f6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 04:42:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 05:06:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10566be7
7
8 sci-visualization/opendx: eutils->desktop inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-visualization/opendx/opendx-4.4.4-r7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
16 index f0a448c98e8..1184182477b 100644
17 --- a/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
18 +++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20
21 MYP=dx-${PV}
22
23 -inherit autotools eutils flag-o-matic
24 +inherit autotools desktop flag-o-matic
25
26 DESCRIPTION="3D data visualization tool"
27 HOMEPAGE="http://www.opendx.org/"