diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2019-06-21 12:19:39 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-06-22 00:05:51 -0400 |
commit | 242eed716a64d0055ff9a43b916923c6c167aa8c (patch) | |
tree | 5b038a96e2c5121a0b74ec1c3ebcc95fd623e12b /x11-wm/marco | |
parent | x11-misc/mate-notification-daemon: Fix deps (diff) | |
download | gentoo-242eed716a64d0055ff9a43b916923c6c167aa8c.tar.gz gentoo-242eed716a64d0055ff9a43b916923c6c167aa8c.tar.bz2 gentoo-242eed716a64d0055ff9a43b916923c6c167aa8c.zip |
x11-wm/marco: add libXpresent to RDEPEND
Closes: https://bugs.gentoo.org/show_bug.cgi?id=687818
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'x11-wm/marco')
-rw-r--r-- | x11-wm/marco/marco-1.22.1-r1.ebuild (renamed from x11-wm/marco/marco-1.22.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/marco/marco-1.22.1.ebuild b/x11-wm/marco/marco-1.22.1-r1.ebuild index 0f12a9455680..2aebb9ee0bb0 100644 --- a/x11-wm/marco/marco-1.22.1.ebuild +++ b/x11-wm/marco/marco-1.22.1-r1.ebuild @@ -34,6 +34,7 @@ COMMON_DEPEND=" x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes + x11-libs/libXpresent x11-libs/libXrandr x11-libs/libXrender >=x11-libs/startup-notification-0.7 @@ -51,7 +52,6 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext:* virtual/pkgconfig:* x11-base/xorg-proto - x11-libs/libXpresent test? ( app-text/docbook-xml-dtd:4.5 ) xinerama? ( x11-base/xorg-proto )" |