aboutsummaryrefslogtreecommitdiff
path: root/Manual.md
diff options
context:
space:
mode:
authormaxice8 <thinkabit.ukim@gmail.com>2019-02-15 12:27:40 +0000
committerEnno Boland <g@s01.de>2019-02-15 12:38:59 +0000
commitf581244de29c64dc69698133874294d12c59a7d5 (patch)
tree061f03ae25b88d3d71922eb173042bd11e06ec8a /Manual.md
parent38c457e1aa932e5098a26ee6dc361a7c62ea293f (diff)
downloadvoid-packages-f581244de29c64dc69698133874294d12c59a7d5.tar
void-packages-f581244de29c64dc69698133874294d12c59a7d5.tar.gz
void-packages-f581244de29c64dc69698133874294d12c59a7d5.tar.bz2
void-packages-f581244de29c64dc69698133874294d12c59a7d5.tar.lz
void-packages-f581244de29c64dc69698133874294d12c59a7d5.tar.xz
void-packages-f581244de29c64dc69698133874294d12c59a7d5.tar.zst
void-packages-f581244de29c64dc69698133874294d12c59a7d5.zip
Manual.md: document that only_for_archs and noarch are deprecated.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md
index 18e53ea6bf6..b2b7a5d2522 100644
--- a/Manual.md
+++ b/Manual.md
@@ -488,6 +488,8 @@ 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.
@@ -565,6 +567,8 @@ Example: `conf_files="/etc/foo.conf /etc/foo2.conf /etc/foo/*.conf"`.
- `noarch` If set, the binary package is not architecture specific and can be shared
by all supported architectures.
+> NOTE: `noarch` is deprecated and must be replaced by `archs=`
+
- `repository` Defines the repository in which the package will be placed. See
*Repositories* for a list of valid repositories.