Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/uemacs-pk/
Date: Sat, 17 Aug 2019 18:18:49
Message-Id: 1566065784.b4e26880f8de2abbe072f28ec75c1ae956634e26.ulm@gentoo
1 commit: b4e26880f8de2abbe072f28ec75c1ae956634e26
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 18:14:55 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 18:16:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e26880
7
8 app-editors/uemacs-pk: Move pkgconfig to BDEPEND.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
17 index 0286f0e2043..01e2c07680b 100644
18 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
19 +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -16,8 +16,8 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
28
29 RDEPEND="sys-libs/ncurses:0="
30 -DEPEND="${RDEPEND}
31 - virtual/pkgconfig"
32 +DEPEND="${RDEPEND}"
33 +BDEPEND="virtual/pkgconfig"
34
35 S="${WORKDIR}/uemacs"
36 PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch)