Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, sci-chemistry/xds-bin/
Date: Sun, 26 Aug 2018 18:22:28
Message-Id: 1535307733.db1cbd4de19779bc86d270c39ef3854880ea592d.mgorny@gentoo
1 commit: db1cbd4de19779bc86d270c39ef3854880ea592d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 18:08:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 18:22:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1cbd4d
7
8 sci-chemistry/xds-bin: Remove support for non-existent deps
9
10 profiles/base/package.use.mask | 4 ----
11 sci-chemistry/xds-bin/xds-bin-20170930.ebuild | 7 ++-----
12 2 files changed, 2 insertions(+), 9 deletions(-)
13
14 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
15 index 853c669be52..5e8539fbcfe 100644
16 --- a/profiles/base/package.use.mask
17 +++ b/profiles/base/package.use.mask
18 @@ -114,10 +114,6 @@ dev-db/percona-server client-libs
19 # This feature is not ready yet, see bug 146882 comment 26
20 sys-libs/glibc compile-locales
21
22 -# Andreas Sturmlechner <asturm@g.o> (13 Jan 2018)
23 -# Depends on last-rited sci-visualization/xds-viewer
24 -sci-chemistry/xds-bin X
25 -
26 # Mart Raudsepp <leio@g.o> (10 Jan 2018)
27 # Failing tests, with extra deps that aren't keyworded due to that
28 >=gnome-base/gnome-settings-daemon-3.24 test
29
30 diff --git a/sci-chemistry/xds-bin/xds-bin-20170930.ebuild b/sci-chemistry/xds-bin/xds-bin-20170930.ebuild
31 index 9478c991983..4e609092fa0 100644
32 --- a/sci-chemistry/xds-bin/xds-bin-20170930.ebuild
33 +++ b/sci-chemistry/xds-bin/xds-bin-20170930.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -12,10 +12,7 @@ SRC_URI="
41 LICENSE="free-noncomm"
42 SLOT="0"
43 KEYWORDS="-* ~amd64"
44 -IUSE="smp X"
45 -
46 -RDEPEND="X? ( sci-visualization/xds-viewer )"
47 -DEPEND=""
48 +IUSE="smp"
49
50 QA_PREBUILT="opt/xds-bin/*"