diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-10-15 16:25:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-10-15 16:25:03 +0000 |
commit | 6c23a7603e41083a431417f42f97090fa14634f6 (patch) | |
tree | 1fd8facbc198a8800127d608a9b2994b5f2196bc /sys-auth | |
parent | arm stable & clean old. (diff) | |
download | gentoo-2-6c23a7603e41083a431417f42f97090fa14634f6.tar.gz gentoo-2-6c23a7603e41083a431417f42f97090fa14634f6.tar.bz2 gentoo-2-6c23a7603e41083a431417f42f97090fa14634f6.zip |
~ -> =
(Portage version: 2.1.3.13)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/consolekit/consolekit-0.2.1.ebuild b/sys-auth/consolekit/consolekit-0.2.1.ebuild index 73cb20b9b7a3..55efe697abb2 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.16 2007/10/15 14:01:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.17 2007/10/15 16:25:03 cardoe Exp $ inherit eutils autotools multilib @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.7 >=dev-libs/dbus-glib-0.61 >=x11-libs/libX11-1.0.0 pam? ( virtual/pam ) - elibc_glibc? ( !~sys-libs/glibc-2.4* )" + 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 e8ff3314008a..ed87dad72812 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.2 2007/10/15 14:01:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.3 2007/10/15 16:25:03 cardoe Exp $ inherit eutils autotools multilib pam @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.7 >=dev-libs/dbus-glib-0.61 >=x11-libs/libX11-1.0.0 pam? ( virtual/pam ) - elibc_glibc? ( !~sys-libs/glibc-2.4* )" + elibc_glibc? ( !=sys-libs/glibc-2.4* )" DEPEND="${RDEPEND} dev-util/pkgconfig" |