diff options
| author | Sam James <sam@gentoo.org> | 2025-07-05 09:13:41 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-05 09:18:43 +0100 |
| commit | 2242497f4c7c84eba33d8a713a6b6cfed8df5d46 (patch) | |
| tree | c0ccd7b3f3c183ff3d672b744826c43ff3e2d6ab /dev-perl/Test-Nginx | |
| parent | b6dd99c0b7c50fb4bfcfc9481ae98d55d3197879 (diff) | |
| download | gentoo-2242497f4c7c84eba33d8a713a6b6cfed8df5d46.tar.gz gentoo-2242497f4c7c84eba33d8a713a6b6cfed8df5d46.tar.bz2 gentoo-2242497f4c7c84eba33d8a713a6b6cfed8df5d46.zip | |
*/*: fix missing KEYWORDS line for new NGINX modules
nattka can't handle it otherwise. Also, fix some variable layout issues
while here.
Bug: https://bugs.gentoo.org/959570
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Nginx')
| -rw-r--r-- | dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild b/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild index 2fb6bf88425c..711bd5d379b4 100644 --- a/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild +++ b/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild @@ -6,17 +6,15 @@ EAPI=8 DIST_AUTHOR=AGENT inherit perl-module +MY_PN="test-nginx" DESCRIPTION="Data-driven test scaffold for NGINX and OpenResty" HOMEPAGE+=" https://github.com/openresty/test-nginx" - SRC_URI="https://github.com/openresty/test-nginx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -MY_PN="test-nginx" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" - SLOT="0" +KEYWORDS="" # The following packages in the dev-perl category provide the required Perl # modules that Test-Nginx depends on: |
