diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-02 13:37:52 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-02 13:37:52 +0200 |
commit | c077c9bac7d569bded0100fb7d03c3e533a8b133 (patch) | |
tree | 5001e7152cc201e6c7d4fa29f0619df0d1777f7b /x11-libs | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-c077c9bac7d569bded0100fb7d03c3e533a8b133.tar.gz gentoo-c077c9bac7d569bded0100fb7d03c3e533a8b133.tar.bz2 gentoo-c077c9bac7d569bded0100fb7d03c3e533a8b133.zip |
x11-libs/libGLw: depend on proper slot of x11-libs/motif
Bug: https://bugs.gentoo.org/show_bug.cgi?id=584776
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libGLw/libGLw-8.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libGLw/libGLw-8.0.0.ebuild b/x11-libs/libGLw/libGLw-8.0.0.ebuild index 9858389500c4..2646ad1a7cde 100644 --- a/x11-libs/libGLw/libGLw-8.0.0.ebuild +++ b/x11-libs/libGLw/libGLw-8.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND=" !media-libs/mesa[motif] x11-libs/libX11 x11-libs/libXt - x11-libs/motif + x11-libs/motif:0 virtual/opengl" DEPEND="${RDEPEND} virtual/pkgconfig" |