diff options
author | 2018-05-21 22:28:42 +0200 | |
---|---|---|
committer | 2018-05-21 18:05:14 -0700 | |
commit | 68066b2a61adffb40ffe9ae4d01671640bda0d6e (patch) | |
tree | dafb011f96357bbc7eeadadbfd508a8f88cb6d8c /x11-wm/treewm | |
parent | x11-terms/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-68066b2a61adffb40ffe9ae4d01671640bda0d6e.tar.gz gentoo-68066b2a61adffb40ffe9ae4d01671640bda0d6e.tar.bz2 gentoo-68066b2a61adffb40ffe9ae4d01671640bda0d6e.zip |
x11-wm/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'x11-wm/treewm')
-rw-r--r-- | x11-wm/treewm/treewm-0.4.5-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/treewm/treewm-0.4.5.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/treewm/treewm-0.4.5-r1.ebuild b/x11-wm/treewm/treewm-0.4.5-r1.ebuild index 118cd3b8d39c..7c71b8f47a2f 100644 --- a/x11-wm/treewm/treewm-0.4.5-r1.ebuild +++ b/x11-wm/treewm/treewm-0.4.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -19,8 +19,8 @@ RDEPEND=" x11-libs/libXxf86vm x11-libs/libXpm" DEPEND="${RDEPEND} - x11-misc/imake - x11-proto/xf86vidmodeproto" + x11-base/xorg-proto + x11-misc/imake" src_prepare() { # bug 251845 diff --git a/x11-wm/treewm/treewm-0.4.5.ebuild b/x11-wm/treewm/treewm-0.4.5.ebuild index b1b6de25e7df..0351757d1ac3 100644 --- a/x11-wm/treewm/treewm-0.4.5.ebuild +++ b/x11-wm/treewm/treewm-0.4.5.ebuild @@ -20,8 +20,8 @@ RDEPEND="x11-libs/libXau x11-libs/libXdmcp x11-libs/libXpm" DEPEND="${RDEPEND} - x11-misc/imake - x11-proto/xf86vidmodeproto" + x11-base/xorg-proto + x11-misc/imake" src_unpack() { unpack ${A} |