diff options
author | Sam James <sam@gentoo.org> | 2021-04-17 02:27:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 02:38:15 +0100 |
commit | e819856716004f6d26a4675f3140656ff10bede1 (patch) | |
tree | 8b4b6c3ca08169e3020d15bfb71bd2bdfc30687f /app-shells | |
parent | dev-lang/rust: security revbump of 1.51.0 (diff) | |
download | gentoo-e819856716004f6d26a4675f3140656ff10bede1.tar.gz gentoo-e819856716004f6d26a4675f3140656ff10bede1.tar.bz2 gentoo-e819856716004f6d26a4675f3140656ff10bede1.zip |
app-shells/squirrelsh: use BDEPEND for virtual/pkgconfig
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/squirrelsh/squirrelsh-1.2.7.ebuild | 6 |
1 files 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 fd133167dcdd..2a89668fd0ab 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 |