From 2939a2de44d8744e953a47aa8c87bf62dbae8c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Wed, 5 Mar 2025 08:13:11 +0100 Subject: [phb][Uses]: Fix Uses=apache version requirements Reported by: ohauer@gmx.de --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 38a20b7cbb..4d83495605 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -190,7 +190,7 @@ Provide support for ports depending on the Apache web server. The version argument can be used to require a specific Apache httpd version. It is possible to set a specific version (`USES=apache:2.4`) a minimum version -(`USES=apache:+2.4`) or a maximum version (`USES=-apache:2.4`). +(`USES=apache:2.4+`) or a maximum version (`USES=apache:-2.4`). If the `build` argument is provided a build dependency is added to the port. -- cgit v1.2.3