summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-20 17:51:41 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-20 17:51:41 +0000
commit81ea19a19e281e3d70baee788fece9a7b7ad7158 (patch)
treeae8eb34920ecc3609c1af327f9cd9f6f36964242 /skel.ebuild
parentAnother release candidate for OOo 2.0.3, this also adds the supported LINGUAS... (diff)
downloadhistorical-81ea19a19e281e3d70baee788fece9a7b7ad7158.tar.gz
historical-81ea19a19e281e3d70baee788fece9a7b7ad7158.tar.bz2
historical-81ea19a19e281e3d70baee788fece9a7b7ad7158.zip
Change RESTRICT="nostrip" to the preferred RESTRICT="strip"
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )