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 | 3f56b31ad21f55e3e27412d0c57af6dcb91c1004 (patch) | |
tree | f0ad0c64bf3be8ce3f210318997d992864a8312f /skel.ebuild | |
parent | Package move app-doc/openmotif-manual to app-doc/motif-reference-manual, bug ... (diff) | |
download | gentoo-2-3f56b31ad21f55e3e27412d0c57af6dcb91c1004.tar.gz gentoo-2-3f56b31ad21f55e3e27412d0c57af6dcb91c1004.tar.bz2 gentoo-2-3f56b31ad21f55e3e27412d0c57af6dcb91c1004.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 |