diff options
author | 2010-12-19 04:55:01 +0000 | |
---|---|---|
committer | 2010-12-19 04:55:01 +0000 | |
commit | e7f2db3b5624ff6c525d32acb34dec17a5410bd9 (patch) | |
tree | 52ee6a7bf0374b09351ca3a97e42a12c333fe5b6 /sys-auth/consolekit/consolekit-0.4.3.ebuild | |
parent | ppc64 stable wrt #348549 (diff) | |
download | historical-e7f2db3b5624ff6c525d32acb34dec17a5410bd9.tar.gz historical-e7f2db3b5624ff6c525d32acb34dec17a5410bd9.tar.bz2 historical-e7f2db3b5624ff6c525d32acb34dec17a5410bd9.zip |
ppc64 stable wrt #349052
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/consolekit/consolekit-0.4.3.ebuild')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/consolekit/consolekit-0.4.3.ebuild b/sys-auth/consolekit/consolekit-0.4.3.ebuild index bdbe8240cadb..42318cd15359 100644 --- a/sys-auth/consolekit/consolekit-0.4.3.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.3.ebuild,v 1.1 2010/11/25 17:47:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.3.ebuild,v 1.2 2010/12/19 04:55:01 ssuominen Exp $ EAPI=3 inherit autotools eutils linux-info multilib pam @@ -14,7 +14,7 @@ SRC_URI="http://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug doc kernel_linux pam policykit test" RDEPEND=">=dev-libs/dbus-glib-0.82 @@ -87,7 +87,6 @@ src_install() { } pkg_postinst() { - ewarn ewarn "You need to restart ConsoleKit to get the new features." ewarn "This can be done with /etc/init.d/consolekit restart" ewarn "but make sure you do this and then restart your session" |