Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xclip/
Date: Mon, 27 Feb 2023 12:35:30
Message-Id: 1677501324.46c0942a69b75890f8fd41950ffad1f9d2362372.juippis@gentoo
1 commit: 46c0942a69b75890f8fd41950ffad1f9d2362372
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 12:32:33 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 12:35:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c0942a
7
8 x11-misc/xclip: add missing xorg-proto DEP
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/xclip/xclip-0.13.ebuild | 3 ++-
13 x11-misc/xclip/xclip-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild
17 index de004756c804..bb2a1cfa7bad 100644
18 --- a/x11-misc/xclip/xclip-0.13.ebuild
19 +++ b/x11-misc/xclip/xclip-0.13.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -19,6 +19,7 @@ RDEPEND="
27
28 DEPEND="
29 ${RDEPEND}
30 + x11-base/xorg-proto
31 x11-libs/libXt"
32
33 src_prepare() {
34
35 diff --git a/x11-misc/xclip/xclip-9999.ebuild b/x11-misc/xclip/xclip-9999.ebuild
36 index ffdfc0010b13..61bcf329f7bf 100644
37 --- a/x11-misc/xclip/xclip-9999.ebuild
38 +++ b/x11-misc/xclip/xclip-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2023 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=8
45 @@ -19,6 +19,7 @@ RDEPEND="
46
47 DEPEND="
48 ${RDEPEND}
49 + x11-base/xorg-proto
50 x11-libs/libXt
51 "