diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-10-13 21:36:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-10-13 21:42:43 +0200 |
commit | ae0773cde16a652bf9121f37d0383c03a9df14e9 (patch) | |
tree | 1d60d08cc0506cf6a18426ecc6d6a14670d4901a /general-concepts/use-flags | |
parent | ebuild-maintenance: replace the tags in the example for referencing bugs (diff) | |
download | devmanual-ae0773cde16a652bf9121f37d0383c03a9df14e9.tar.gz devmanual-ae0773cde16a652bf9121f37d0383c03a9df14e9.tar.bz2 devmanual-ae0773cde16a652bf9121f37d0383c03a9df14e9.zip |
Update links to GLEPs.
GLEPs have been moved to https://www.gentoo.org/glep/.
Bug: https://bugs.gentoo.org/634198
Diffstat (limited to 'general-concepts/use-flags')
-rw-r--r-- | general-concepts/use-flags/text.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index f187808..4728d0f 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -161,8 +161,7 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )" package's <c>metadata.xml</c> and may be used by tools that parse the tree. Since <c>use.local.desc</c> is automatically generated it must never be manually editted in the tree. - See - <uri link="https://wiki.gentoo.org/wiki/GLEP:56">GLEP 56</uri> + See <uri link="https://www.gentoo.org/glep/glep-0056.html">GLEP 56</uri> for more info. </p> <p> @@ -258,8 +257,7 @@ src_compile() { The current architecture (e.g. <c>x86</c>, <c>sparc</c>, <c>ppc-macos</c>) will automatically be set as a USE flag as well. See <c>profiles/arch.list</c> for a full list of valid architecture keywords, - and - <uri link="https://wiki.gentoo.org/wiki/GLEP:22">GLEP 22</uri> + and <uri link="https://www.gentoo.org/glep/glep-0022.html">GLEP 22</uri> for an explanation of the format. </p> |