Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:44 +03:00
parent de21354dbf
commit 1c672d0f2c
2 changed files with 7 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+7 -2
View File
@@ -1,8 +1,13 @@
name: man-pages name: man-pages
description: Linux manual pages description: Linux manual pages
version: 6.15 version: "6.15"
revision: 1
url: https://www.kernel.org/doc/man-pages/ url: https://www.kernel.org/doc/man-pages/
license: Linux-man-pages-1-para,Linux-man-pages-copyleft,Linux-man-pages-copyleft-var,Linux-man-pages-copyleft-2-para,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause-UC,GPL1-or-later,GPL2-only,GPL2-or-later,MIT license: Linux-man-pages-1-para,Linux-man-pages-copyleft,Linux-man-pages-copyleft-var,Linux-man-pages-copyleft-2-para,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause-UC,GPL1-or-later,GPL2-only,GPL2-or-later,MIT
architecture: any architecture: any
make_depends: ["bash","coreutils","make"] output_architecture: any
type: source type: source
make_depends:
- bash
- coreutils
- make