* [gentoo-commits] repo/gentoo:master commit in: media-sound/tapestrea/
@ 2021-06-18 21:07 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2021-06-18 21:07 UTC (permalink / raw
To: gentoo-commits
commit: fa60f405876fb076d16cf46d49ad29646acf0aec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 21:06:27 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 21:06:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa60f405
media-sound/tapestrea: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND
where applicable, or add dependencies for libraries we're trying to find
with pkgconfig.
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild b/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild
index 63f2f3cd377..89e4d50d770 100644
--- a/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild
+++ b/media-sound/tapestrea/tapestrea-0.1.0.5-r1.ebuild
@@ -21,10 +21,11 @@ RDEPEND="jack? ( media-sound/jack-audio-connection-kit:0 )
virtual/opengl:0
virtual/glu:0
x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
- sys-devel/bison:0
- sys-devel/flex:0"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+ virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-gcc44.patch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-18 21:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 21:07 [gentoo-commits] repo/gentoo:master commit in: media-sound/tapestrea/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox