diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 20:08:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 20:22:13 +0200 |
commit | db1cbd4de19779bc86d270c39ef3854880ea592d (patch) | |
tree | dd95b4abb0b53da440cd6fd17bf427c50e8a37a2 /sci-chemistry/xds-bin | |
parent | sci-biology/psipred: Remove support for non-existent deps (diff) | |
download | gentoo-db1cbd4de19779bc86d270c39ef3854880ea592d.tar.gz gentoo-db1cbd4de19779bc86d270c39ef3854880ea592d.tar.bz2 gentoo-db1cbd4de19779bc86d270c39ef3854880ea592d.zip |
sci-chemistry/xds-bin: Remove support for non-existent deps
Diffstat (limited to 'sci-chemistry/xds-bin')
-rw-r--r-- | sci-chemistry/xds-bin/xds-bin-20170930.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-chemistry/xds-bin/xds-bin-20170930.ebuild b/sci-chemistry/xds-bin/xds-bin-20170930.ebuild index 9478c991983f..4e609092fa03 100644 --- a/sci-chemistry/xds-bin/xds-bin-20170930.ebuild +++ b/sci-chemistry/xds-bin/xds-bin-20170930.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,10 +12,7 @@ SRC_URI=" LICENSE="free-noncomm" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="smp X" - -RDEPEND="X? ( sci-visualization/xds-viewer )" -DEPEND="" +IUSE="smp" QA_PREBUILT="opt/xds-bin/*" |