Re: git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version
- Reply: Charlie Li : "Re: git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version"
- In reply to: Dmitry Marakasov : "git: ba7383ebfaf6 - main - multimedia/gstreamer1-editing-services: limit supported python version"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jun 2022 12:16:11 UTC
Am 22.03.22 um 20:47 schrieb Dmitry Marakasov: > The branch main has been updated by amdmi3: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ba7383ebfaf6fa1a0f2b7840eedf9f6a1b40ff4d > > commit ba7383ebfaf6fa1a0f2b7840eedf9f6a1b40ff4d > Author: Dmitry Marakasov <amdmi3@FreeBSD.org> > AuthorDate: 2022-03-22 19:46:16 +0000 > Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> > CommitDate: 2022-03-22 19:46:34 +0000 > > multimedia/gstreamer1-editing-services: limit supported python version > > Approved by: porgmgr blanket > --- > multimedia/gstreamer1-editing-services/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/multimedia/gstreamer1-editing-services/Makefile b/multimedia/gstreamer1-editing-services/Makefile > index 4e170184239d..49fa5a4fbe4b 100644 > --- a/multimedia/gstreamer1-editing-services/Makefile > +++ b/multimedia/gstreamer1-editing-services/Makefile > @@ -11,7 +11,7 @@ COMMENT= GStreamer editing services > > LICENSE= LGPL20 > > -USES= compiler:c11 gmake gnome libtool pathfix perl5 python:3.6+ pkgconfig tar:xz > +USES= compiler:c11 gmake gnome libtool pathfix perl5 python:3.6-3.9 pkgconfig tar:xz > USE_LDCONFIG= yes > USE_PERL5= build > GNU_CONFIGURE= yes Why, what breaks with Python 3.10?