summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-06 19:31:29 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-06 19:31:29 +0000
commit3d7e26e839c74815d46542049d179038e76bfa2f (patch)
tree03da8abe789c5e4022a81e0881ec4ecf7734f210 /sys-libs
parentremoving older versions and adding -r2 release that can use sendfile() (Manif... (diff)
downloadgentoo-2-3d7e26e839c74815d46542049d179038e76bfa2f.tar.gz
gentoo-2-3d7e26e839c74815d46542049d179038e76bfa2f.tar.bz2
gentoo-2-3d7e26e839c74815d46542049d179038e76bfa2f.zip
remove ctarget from SLOT for now
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild
index 0d18f3f2f52c..ed36c4566aac 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.17 2004/12/05 20:17:52 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.18 2004/12/06 19:31:29 vapier Exp $
inherit eutils flag-o-matic gcc versionator
@@ -42,7 +42,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2
http://dev.gentoo.org/~lv/${PN}-${NEW_PV}-branch-update-${BRANCH_UPDATE}.patch.bz2"
LICENSE="LGPL-2"
-SLOT="${CTARGET}-2.2"
+SLOT="2.2"
KEYWORDS="x86 amd64 hppa ppc64 ~ppc -mips"
IUSE="nls pic build nptl erandom hardened multilib debug userlocales"
RESTRICT="nostrip" # we'll handle stripping ourself #46186