projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f20667
)
Change RESTRICT="nostrip" to the preferred RESTRICT="strip"
author
Stefan Schweizer
<genstef@gentoo.org>
Tue, 20 Jun 2006 17:51:41 +0000
(17:51 +0000)
committer
Stefan Schweizer
<genstef@gentoo.org>
Tue, 20 Jun 2006 17:51:41 +0000
(17:51 +0000)
skel.ebuild
patch
|
blob
|
history
diff --git
a/skel.ebuild
b/skel.ebuild
index 7d72ee01abf96a616d10fb64015db7290e980b4b..d7f8f0fe13c8c62bb3b642d460d3f8f6b87ac571 100644
(file)
--- a/
skel.ebuild
+++ b/
skel.ebuild
@@
-79,7
+79,7
@@
IUSE="X gnome"
# A space delimited list of portage features to restrict. man 5 ebuild
# for details. Usually not needed.
-#RESTRICT="
no
strip"
+#RESTRICT="strip"
# Build-time dependencies, such as
# ssl? ( >=dev-libs/openssl-0.9.6b )