diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 04:18:51 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 04:18:51 +0000 |
commit | fd0b3283534f702c11b5dd084ec9445e5ecaf65d (patch) | |
tree | ef9b99dbc8f7f9d1e2d0a343ae0208726778d1df | |
parent | 2024-03-08 03:34:07 UTC (diff) | |
parent | dev-util/gertty: fix pep517 not being defined (diff) | |
download | gentoo-fd0b3283534f702c11b5dd084ec9445e5ecaf65d.tar.gz gentoo-fd0b3283534f702c11b5dd084ec9445e5ecaf65d.tar.bz2 gentoo-fd0b3283534f702c11b5dd084ec9445e5ecaf65d.zip |
Merge updates from master
-rw-r--r-- | app-emulation/glean/glean-1.23.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 1 | ||||
-rw-r--r-- | net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 3 |
5 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/glean/glean-1.23.0.ebuild b/app-emulation/glean/glean-1.23.0.ebuild index 477667ee2a87..ab8799b85a34 100644 --- a/app-emulation/glean/glean-1.23.0.ebuild +++ b/app-emulation/glean/glean-1.23.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9,10,11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index d8ec78d1a9be..bb526e970682 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 9d34f2fa9cef..6e5ddeafe6e3 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild index 837b1c73c4fd..596bd3f68add 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild index e099c0d732d9..41b49563f683 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 |