Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 584288

Summary: profiles/desc: lacks descriptions for ARCH USE_EXPAND
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: Gentoo Quality Assurance Team <qa>
Status: RESOLVED INVALID    
Severity: normal CC: pms
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-27 06:34:55 UTC
While ARCH is being kinda special, I don't see PMS specifying that it doesn't need to be described alike other USE_EXPANDs, using profiles/desc. Unless I'm mistaken, we should add proper descriptions there.
Comment 1 Ulrich Müller gentoo-dev 2016-05-27 09:34:39 UTC
PMS reference: https://projects.gentoo.org/pms/6/pms.html#x1-350004.4

   desc/
      This directory contains files analogous to use.desc for the various
      USE_EXPAND variables. Each file in it is named <varname>.desc, where
      <varname> is the variable name, in lowercase, whose possible values the
      file describes. The format of each file is as for use.desc, described
      in section 4.4.3. The USE_EXPAND name is not included as a prefix here.

So literally, variables from USE_EXPAND_UNPREFIXED don't have a file there.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-27 19:55:38 UTC
Ok, thanks for clarifying. That works for me.