diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-08-02 00:30:25 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-07 05:45:57 +0100 |
commit | ebcc47b19f21ecfc1e0f4e276b288000ffc540aa (patch) | |
tree | efd73fd9c85d4cd461152d03f7a0e6dfc6867471 /net-libs/libnice/libnice-0.1.21.ebuild | |
parent | app-portage/iwdevtools: stabilize 0.12.7 for ALLARCHES (diff) | |
download | gentoo-ebcc47b19f21ecfc1e0f4e276b288000ffc540aa.tar.gz gentoo-ebcc47b19f21ecfc1e0f4e276b288000ffc540aa.tar.bz2 gentoo-ebcc47b19f21ecfc1e0f4e276b288000ffc540aa.zip |
net-libs/libnice: remove graphviz requirement
* Patched out target wouldn't do anything either way as the generated
file is shipped with the tarball.
Closes: https://bugs.gentoo.org/877451
Closes: https://bugs.gentoo.org/889820
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32134
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnice/libnice-0.1.21.ebuild')
-rw-r--r-- | net-libs/libnice/libnice-0.1.21.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-libs/libnice/libnice-0.1.21.ebuild b/net-libs/libnice/libnice-0.1.21.ebuild index 0417eadc8e07..0dca1a3694ee 100644 --- a/net-libs/libnice/libnice-0.1.21.ebuild +++ b/net-libs/libnice/libnice-0.1.21.ebuild @@ -30,6 +30,11 @@ BDEPEND=" app-text/docbook-xml-dtd:4.1.2 ) " +PATCHES=( + # bugs 877451, 889820 + "${FILESDIR}/libnice-0.1.19-remove-graphviz-dependency.patch" +) + src_prepare() { default |