diff options
author | 2018-05-21 22:21:06 +0200 | |
---|---|---|
committer | 2018-05-21 18:05:13 -0700 | |
commit | 8b3b12c36140d06d2e8e9fc06b7c87af36446176 (patch) | |
tree | dc8db94936131598ed0328893c7e7fb97a9c91fb /x11-misc/compton | |
parent | x11-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff) | |
download | gentoo-8b3b12c36140d06d2e8e9fc06b7c87af36446176.tar.gz gentoo-8b3b12c36140d06d2e8e9fc06b7c87af36446176.tar.bz2 gentoo-8b3b12c36140d06d2e8e9fc06b7c87af36446176.zip |
x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'x11-misc/compton')
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index a12b639f15df..c0e2472a6353 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.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 @@ -35,7 +35,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/asciidoc virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto drm? ( x11-libs/libdrm )" nobuildit() { use $1 || echo yes ; } diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 5b77b9aa14c6..3837f2f126b9 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.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 @@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/asciidoc virtual/pkgconfig - x11-proto/xproto + x11-base/xorg-proto drm? ( x11-libs/libdrm )" nobuildit() { use $1 || echo yes ; } |