* [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.1.ebuild consolekit-0.2.3.ebuild
@ 2007-10-15 14:01 Doug Goldstein (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2007-10-15 14:01 UTC (permalink / raw
To: gentoo-commits
cardoe 07/10/15 14:01:14
Modified: ChangeLog consolekit-0.2.1.ebuild
consolekit-0.2.3.ebuild
Log:
if we're using glibc, we can't use version 2.4 because of missing defines. bug #195537
(Portage version: 2.1.3.12)
Revision Changes Path
1.23 sys-auth/consolekit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 22 Sep 2007 09:12:27 -0000 1.22
+++ ChangeLog 15 Oct 2007 14:01:13 -0000 1.23
@@ -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
1.16 sys-auth/consolekit/consolekit-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?r1=1.15&r2=1.16
Index: consolekit-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- consolekit-0.2.1.ebuild 22 Sep 2007 09:12:27 -0000 1.15
+++ consolekit-0.2.1.ebuild 15 Oct 2007 14:01:13 -0000 1.16
@@ -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 @@
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"
1.2 sys-auth/consolekit/consolekit-0.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?r1=1.1&r2=1.2
Index: consolekit-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- consolekit-0.2.3.ebuild 19 Sep 2007 02:40:41 -0000 1.1
+++ consolekit-0.2.3.ebuild 15 Oct 2007 14:01:13 -0000 1.2
@@ -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 @@
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"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-15 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15 14:01 [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.1.ebuild consolekit-0.2.3.ebuild Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox