Change RESTRICT="nostrip" to the preferred RESTRICT="strip"
authorStefan Schweizer <genstef@gentoo.org>
Tue, 20 Jun 2006 17:51:41 +0000 (17:51 +0000)
committerStefan Schweizer <genstef@gentoo.org>
Tue, 20 Jun 2006 17:51:41 +0000 (17:51 +0000)
skel.ebuild

index 7d72ee01abf96a616d10fb64015db7290e980b4b..d7f8f0fe13c8c62bb3b642d460d3f8f6b87ac571 100644 (file)
@@ -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="nostrip"
+#RESTRICT="strip"
 
 # Build-time dependencies, such as
 #    ssl? ( >=dev-libs/openssl-0.9.6b )