summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-25 08:34:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-25 08:34:01 +0000
commit5585588536b94c2bcd211baaa74bad926764d74f (patch)
tree4e703f7d3dcaabe64a6f07c71c89831adc473572 /skel.ebuild
parentversion bump. fixes bug #53993. (Manifest recommit) (diff)
downloadgentoo-2-5585588536b94c2bcd211baaa74bad926764d74f.tar.gz
gentoo-2-5585588536b94c2bcd211baaa74bad926764d74f.tar.bz2
gentoo-2-5585588536b94c2bcd211baaa74bad926764d74f.zip
mention RESTRICT
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 1d4177ebae77..2e4b724ada39 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -64,6 +64,10 @@ KEYWORDS="~x86"
# use any USE flags, set to "".
IUSE="X gnome"
+# A space delimited list of portage features to restrict. man 5 ebuild
+# for details. Usually not needed.
+#RESTRICT="nostrip"
+
# Build-time dependencies, such as
# ssl? ( >=dev-libs/openssl-0.9.6b )
# >=dev-lang/perl-5.6.1-r1