From f0f9cfb8af206b1e7c97bd32f4abd4e264d31645 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 14 Mar 2019 18:38:22 -0300 Subject: [PATCH] Manual.md: remove only_for_archs --- Manual.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Manual.md b/Manual.md index 1a301795a4..cdbc304186 100644 --- a/Manual.md +++ b/Manual.md @@ -486,14 +486,6 @@ set to `${pkgname}-${version}`. - `create_wrksrc` Enable it to create the `${wrksrc}` directory. Required if a package contains multiple `distfiles`. -- `only_for_archs` This expects a separated list of architectures where -the package can be built matching `uname -m` output. Reserved for uses -where the program really only will ever work on certain architectures, like -binaries sources or when the program is written in assembly. Example: -`only_for_archs="x86_64 armv6l"`. - -> NOTE: `only_for_archs` is deprecated and must be replaced by `archs=` - - `build_style` This specifies the `build method` for a package. Read below to know more about the available package `build methods` or effect of leaving this not set.