diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-27 20:53:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-27 20:53:02 +0000 |
commit | eaa98c9366dca07f6a057c353d0e665eee0e58cc (patch) | |
tree | ebbc3967f39317fbef2a8acfd385e188f2dd1e7e /skel.ebuild | |
parent | Package move app-doc/openmotif-manual to app-doc/motif-reference-manual, bug ... (diff) | |
download | historical-eaa98c9366dca07f6a057c353d0e665eee0e58cc.tar.gz historical-eaa98c9366dca07f6a057c353d0e665eee0e58cc.tar.bz2 historical-eaa98c9366dca07f6a057c353d0e665eee0e58cc.zip |
Empty IUSE isn't required by the PMS, and no longer enforced by repoman.
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild index 59562205dc4a..51cdaab1a09a 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -81,8 +81,7 @@ KEYWORDS="~x86" # Comprehensive list of any and all USE flags leveraged in the ebuild, # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", -# "x86" and "alpha". This is a required variable. If the ebuild doesn't -# use any USE flags, set to "". +# "x86" and "alpha". Not needed if the ebuild doesn't use any USE flags. IUSE="gnome X" # A space delimited list of portage features to restrict. man 5 ebuild |