summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-10-15 14:01:13 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-10-15 14:01:13 +0000
commitf5d20097080fd30ac60400ac53eb105d18dc56ca (patch)
treeb2ae9467b2b7e8138bdbd6e51ef21f4ab11bf314 /sys-auth
parentRe-add ~sparc --- Bug #195682 (diff)
downloadgentoo-2-f5d20097080fd30ac60400ac53eb105d18dc56ca.tar.gz
gentoo-2-f5d20097080fd30ac60400ac53eb105d18dc56ca.tar.bz2
gentoo-2-f5d20097080fd30ac60400ac53eb105d18dc56ca.zip
if we're using glibc, we can't use version 2.4 because of missing defines. bug #195537
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/consolekit/ChangeLog7
-rw-r--r--sys-auth/consolekit/consolekit-0.2.1.ebuild5
-rw-r--r--sys-auth/consolekit/consolekit-0.2.3.ebuild5
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index 862806953f1e..98c5cf60a71b 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.22 2007/09/22 09:12:27 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.23 2007/10/15 14:01:13 cardoe Exp $
+
+ 15 Oct 2007; Doug Goldstein <cardoe@gentoo.org> consolekit-0.2.1.ebuild,
+ consolekit-0.2.3.ebuild:
+ if we're using glibc, we can't use version 2.4 because of missing defines
+ bug #195537
22 Sep 2007; Tom Gall <tgall@gentoo.org> consolekit-0.2.1.ebuild:
stable on ppc64
diff --git a/sys-auth/consolekit/consolekit-0.2.1.ebuild b/sys-auth/consolekit/consolekit-0.2.1.ebuild
index cd2d46728c8e..73cb20b9b7a3 100644
--- a/sys-auth/consolekit/consolekit-0.2.1.ebuild
+++ b/sys-auth/consolekit/consolekit-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.15 2007/09/22 09:12:27 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.16 2007/10/15 14:01:13 cardoe Exp $
inherit eutils autotools multilib
@@ -20,7 +20,8 @@ MAKEOPTS="$MAKEOPTS -j1"
RDEPEND=">=dev-libs/glib-2.7
>=dev-libs/dbus-glib-0.61
>=x11-libs/libX11-1.0.0
- pam? ( virtual/pam )"
+ pam? ( virtual/pam )
+ elibc_glibc? ( !~sys-libs/glibc-2.4* )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/sys-auth/consolekit/consolekit-0.2.3.ebuild b/sys-auth/consolekit/consolekit-0.2.3.ebuild
index c246f592216f..e8ff3314008a 100644
--- a/sys-auth/consolekit/consolekit-0.2.3.ebuild
+++ b/sys-auth/consolekit/consolekit-0.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.1 2007/09/19 02:40:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.2 2007/10/15 14:01:13 cardoe Exp $
inherit eutils autotools multilib pam
@@ -21,7 +21,8 @@ MAKEOPTS="$MAKEOPTS -j1"
RDEPEND=">=dev-libs/glib-2.7
>=dev-libs/dbus-glib-0.61
>=x11-libs/libX11-1.0.0
- pam? ( virtual/pam )"
+ pam? ( virtual/pam )
+ elibc_glibc? ( !~sys-libs/glibc-2.4* )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"