summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-07 00:25:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-07 00:25:13 +0000
commitc5a6391ea05d89355d6516fd15b83b8c4e5f9533 (patch)
tree1d7905e8d7da5bb813fb81ec13dfa0b7c97cd407 /sys-libs
parentsupport upgrade path (diff)
downloadgentoo-2-c5a6391ea05d89355d6516fd15b83b8c4e5f9533.tar.gz
gentoo-2-c5a6391ea05d89355d6516fd15b83b8c4e5f9533.tar.bz2
gentoo-2-c5a6391ea05d89355d6516fd15b83b8c4e5f9533.zip
intelligent updates
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild6
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102.ebuild6
2 files changed, 8 insertions, 4 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 ed36c4566aac..85bf140a8e95 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.18 2004/12/06 19:31:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.19 2004/12/07 00:25:13 vapier Exp $
inherit eutils flag-o-matic gcc versionator
@@ -42,7 +42,9 @@ 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="2.2"
+[[ ${CTARGET} != ${CHOST} ]] \
+ && 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
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
index c552f55abaab..a128cdd22131 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102.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.20041102.ebuild,v 1.11 2004/12/05 20:47:32 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.12 2004/12/07 00:25:13 vapier Exp $
inherit eutils flag-o-matic gcc versionator
@@ -42,7 +42,9 @@ 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="2.2"
+[[ ${CTARGET} != ${CHOST} ]] \
+ && SLOT="${CTARGET}-2.2" \
+ || SLOT="2.2"
KEYWORDS="~amd64 ppc64 -hppa ~ia64 ~ppc ~x86 ~mips"
IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck"
RESTRICT="nostrip" # we'll handle stripping ourself #46186