diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-02-27 14:32:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-27 14:35:24 +0200 |
commit | 46c0942a69b75890f8fd41950ffad1f9d2362372 (patch) | |
tree | cded09195203ee5974201b52d9b606ac2d059960 /x11-misc/xclip | |
parent | sys-apps/bleachbit: PEP517 and py3.11 support (diff) | |
download | gentoo-46c0942a69b75890f8fd41950ffad1f9d2362372.tar.gz gentoo-46c0942a69b75890f8fd41950ffad1f9d2362372.tar.bz2 gentoo-46c0942a69b75890f8fd41950ffad1f9d2362372.zip |
x11-misc/xclip: add missing xorg-proto DEP
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/xclip-0.13.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild index de004756c804..bb2a1cfa7bad 100644 --- a/x11-misc/xclip/xclip-0.13.ebuild +++ b/x11-misc/xclip/xclip-0.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + x11-base/xorg-proto x11-libs/libXt" src_prepare() { diff --git a/x11-misc/xclip/xclip-9999.ebuild b/x11-misc/xclip/xclip-9999.ebuild index ffdfc0010b13..61bcf329f7bf 100644 --- a/x11-misc/xclip/xclip-9999.ebuild +++ b/x11-misc/xclip/xclip-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} + x11-base/xorg-proto x11-libs/libXt " |