commit: e819856716004f6d26a4675f3140656ff10bede1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 01:27:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 01:38:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8198567
app-shells/squirrelsh: use BDEPEND for virtual/pkgconfig
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/squirrelsh/squirrelsh-1.2.7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild
b/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild
index fd133167dcd..2a89668fd0a 100644
--- a/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild
+++ b/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/libpcre"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-rename-LDFLAGS.patch