diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:29:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:02 +0000 |
commit | 8db6ae27eb3f0581d022f6442eafc84cdcc5f827 (patch) | |
tree | ce35316b7aa1fa208b2b677f3a609f908aab549e /app-editors/sandy | |
parent | app-editors/levee: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-8db6ae27eb3f0581d022f6442eafc84cdcc5f827.tar.gz gentoo-8db6ae27eb3f0581d022f6442eafc84cdcc5f827.tar.bz2 gentoo-8db6ae27eb3f0581d022f6442eafc84cdcc5f827.zip |
app-editors/sandy: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/sandy')
-rw-r--r-- | app-editors/sandy/sandy-0.4-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/sandy/sandy-0.4-r1.ebuild b/app-editors/sandy/sandy-0.4-r1.ebuild index d6f94b34f70f..9e28a7fcfea3 100644 --- a/app-editors/sandy/sandy-0.4-r1.ebuild +++ b/app-editors/sandy/sandy-0.4-r1.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 @@ -18,6 +18,10 @@ DEPEND=" RDEPEND=" ${DEPEND} " +BDEPEND=" + virtual/pkgconfig +" + PATCHES=( "${FILESDIR}"/${PN}-0.4-gentoo.patch ) |