diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-17 20:14:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-17 20:16:24 +0200 |
commit | b4e26880f8de2abbe072f28ec75c1ae956634e26 (patch) | |
tree | d0eb6a5248062fb05834ff66b238954e28450dc9 /app-editors/uemacs-pk | |
parent | app-emulation/open-vm-tools: depend on dev-util/glib-utils (diff) | |
download | gentoo-b4e26880f8de2abbe072f28ec75c1ae956634e26.tar.gz gentoo-b4e26880f8de2abbe072f28ec75c1ae956634e26.tar.bz2 gentoo-b4e26880f8de2abbe072f28ec75c1ae956634e26.zip |
app-editors/uemacs-pk: Move pkgconfig to BDEPEND.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/uemacs-pk')
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 index 0286f0e20430..01e2c07680bf 100644 --- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/uemacs" PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch) |