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
commite2a723cb9b74ef947cad0b2379e8adf02f41c415 (patch)
treea4e875da9af88ee6826accd002141d9ffeca4e1c /skel.ebuild
parentAnother release candidate for OOo 2.0.3, this also adds the supported LINGUAS... (diff)
downloadgentoo-2-e2a723cb9b74ef947cad0b2379e8adf02f41c415.tar.gz
gentoo-2-e2a723cb9b74ef947cad0b2379e8adf02f41c415.tar.bz2
gentoo-2-e2a723cb9b74ef947cad0b2379e8adf02f41c415.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 )