From: Stefan Schweizer Date: Tue, 20 Jun 2006 17:51:41 +0000 (+0000) Subject: Change RESTRICT="nostrip" to the preferred RESTRICT="strip" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=81ea19a19e281e3d70baee788fece9a7b7ad7158;p=gentoo.git Change RESTRICT="nostrip" to the preferred RESTRICT="strip" --- diff --git a/skel.ebuild b/skel.ebuild index 7d72ee01abf9..d7f8f0fe13c8 100644 --- 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="nostrip" +#RESTRICT="strip" # Build-time dependencies, such as # ssl? ( >=dev-libs/openssl-0.9.6b )