diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-22 02:23:43 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-21 18:05:15 -0700 |
commit | 43cf72d176f3793c9d234be80c336c6ebda79e89 (patch) | |
tree | e9b3b4a1a49c947cdd64809653cfe6bf3a086857 /sci-chemistry/viewmol | |
parent | sci-calculators/tiemu: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-43cf72d176f3793c9d234be80c336c6ebda79e89.tar.gz gentoo-43cf72d176f3793c9d234be80c336c6ebda79e89.tar.bz2 gentoo-43cf72d176f3793c9d234be80c336c6ebda79e89.zip |
sci-chemistry/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'sci-chemistry/viewmol')
-rw-r--r-- | sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild index 7881b3a708c3..a82367bac3b7 100644 --- a/sci-chemistry/viewmol/viewmol-2.4.1-r3.ebuild +++ b/sci-chemistry/viewmol/viewmol-2.4.1-r3.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 @@ -30,8 +30,7 @@ RDEPEND=" x11-libs/motif:0 ${PYTHON_DEPS}" DEPEND="${RDEPEND} - x11-proto/inputproto - x11-proto/xproto" + x11-base/xorg-proto" S="${WORKDIR}/${P}/source" |