summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-10-18 18:52:09 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-10-18 18:52:09 +0000
commite005787e22286a25ab0222e1ff0a0922a74cb002 (patch)
treeba2f1b2568b4880d9cec3ed54274e18e82606f64 /skel.ebuild
parentRemoved a bit of package.mask cruft (diff)
downloadgentoo-2-e005787e22286a25ab0222e1ff0a0922a74cb002.tar.gz
gentoo-2-e005787e22286a25ab0222e1ff0a0922a74cb002.tar.bz2
gentoo-2-e005787e22286a25ab0222e1ff0a0922a74cb002.zip
some more minor explanations
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 4ea53912fbcc..c672e935a80d 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -11,11 +11,6 @@
# will be commited to cvs, the details on that line will be automatically
# generated to contain the correct data.
-# comprehensive list of any and all USE flags leveraged in the build,
-# with the exception of any ARCH specific flags, i.e. ppc sparc sparc64
-# x86 alpha - this is a required variable
-IUSE="X gnome"
-
# Short one-line description of this package.
DESCRIPTION="This is a sample skeleton ebuild file"
@@ -57,6 +52,12 @@ SLOT="0"
# compatibility reasons.
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",
+# "sparc64", "x86" and "alpha". This is a required variable. If the
+# ebuild doesn't use any USE flags, set to "".
+IUSE="X gnome"
+
# Build-time dependencies, such as
# ssl? ( >=openssl-0.9.6b )
# >=perl-5.6.1-r1