summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-08-08 09:52:16 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-08-08 09:52:16 +0000
commite8218310fab8e6f591f9227d2709fbcf2a8fb654 (patch)
tree6da5c02a9d3cc0a2702ad803b8b199c0520e8814 /skel.ebuild
parentVersion bump. (diff)
downloadgentoo-2-e8218310fab8e6f591f9227d2709fbcf2a8fb654.tar.gz
gentoo-2-e8218310fab8e6f591f9227d2709fbcf2a8fb654.tar.bz2
gentoo-2-e8218310fab8e6f591f9227d2709fbcf2a8fb654.zip
set default SLOT=0 instead of SLOT=1
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 599f73d9db82..1125d2ac22ca 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -37,7 +37,7 @@ LICENSE=""
# Note that normal applications should use SLOT="0" if possible, since
# there should only be exactly one version installed at a time.
# DO NOT USE SLOT=""! This tells Portage to disable SLOTs for this package.
-SLOT="1"
+SLOT="0"
# Using KEYWORDS, we can record masking information *inside* an ebuild
# instead of relying on an external package.mask file. Right now, you
@@ -68,7 +68,7 @@ DEPEND=""
# unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P}
# if you omit this line.
-S=${WORKDIR}/${P}
+S="${WORKDIR}/${P}"
src_compile() {
# Most open-source packages use GNU autoconf for configuration.