summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-05-21 22:28:42 +0200
committerMatt Turner <mattst88@gentoo.org>2018-05-21 18:05:14 -0700
commit68066b2a61adffb40ffe9ae4d01671640bda0d6e (patch)
treedafb011f96357bbc7eeadadbfd508a8f88cb6d8c /x11-wm/windowlab
parentx11-terms/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff)
downloadgentoo-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/windowlab')
-rw-r--r--x11-wm/windowlab/windowlab-1.34.ebuild4
-rw-r--r--x11-wm/windowlab/windowlab-1.40-r1.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/windowlab/windowlab-1.34.ebuild b/x11-wm/windowlab/windowlab-1.34.ebuild
index ffaea2ecaf51..56ce2b4b3c07 100644
--- a/x11-wm/windowlab/windowlab-1.34.ebuild
+++ b/x11-wm/windowlab/windowlab-1.34.ebuild
@@ -17,8 +17,8 @@ IUSE="truetype"
RDEPEND="truetype? ( x11-libs/libXft )
x11-libs/libXext"
DEPEND="${RDEPEND}
- x11-proto/xextproto
- virtual/pkgconfig"
+ virtual/pkgconfig
+ x11-base/xorg-proto"
src_unpack() {
unpack ${A}
diff --git a/x11-wm/windowlab/windowlab-1.40-r1.ebuild b/x11-wm/windowlab/windowlab-1.40-r1.ebuild
index 28f22b9e18ac..45087d82b6c4 100644
--- a/x11-wm/windowlab/windowlab-1.40-r1.ebuild
+++ b/x11-wm/windowlab/windowlab-1.40-r1.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
@@ -17,8 +17,8 @@ IUSE="truetype"
RDEPEND="truetype? ( x11-libs/libXft )
x11-libs/libXext"
DEPEND="${RDEPEND}
- x11-proto/xextproto
- virtual/pkgconfig"
+ virtual/pkgconfig
+ x11-base/xorg-proto"
PATCHES=( "${FILESDIR}/${PN}-1.34-fixed-font.patch"
"${FILESDIR}/${P}-gentoo.diff" )