diff options
author | 2021-03-21 04:12:49 +0000 | |
---|---|---|
committer | 2021-03-30 09:20:40 +0200 | |
commit | 5a1b6eea498d603d5cb324452b83d3914586332b (patch) | |
tree | ce6d9264418efdca7ae19539791e706d7b817b0b /ebuild-writing/variables/text.xml | |
parent | eclass-writing: Remove full stop from table entries (diff) | |
download | devmanual-5a1b6eea498d603d5cb324452b83d3914586332b.tar.gz devmanual-5a1b6eea498d603d5cb324452b83d3914586332b.tar.bz2 devmanual-5a1b6eea498d603d5cb324452b83d3914586332b.zip |
ebuild-writing/variables: add blank line after inherit in example
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/variables/text.xml')
-rw-r--r-- | ebuild-writing/variables/text.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index e947b88..01b0a69 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -594,6 +594,7 @@ you know what you are doing, is to use these functions: <codesample lang="ebuild"> inherit eapi7-ver + MY_PN="Foo" # Replace the second period separator in PV with - MY_PV=$(ver_rs 2 '-') |