diff options
author | 2007-03-24 20:50:34 +0000 | |
---|---|---|
committer | 2007-03-24 20:50:34 +0000 | |
commit | 1f2bf8814e6492bedb3c1213f32e35780875188a (patch) | |
tree | bf93352b30d9cac4fd0aaea07277cd78afb2cccd /sys-auth | |
parent | stable on ppc (Bug #169830) (diff) | |
download | gentoo-2-1f2bf8814e6492bedb3c1213f32e35780875188a.tar.gz gentoo-2-1f2bf8814e6492bedb3c1213f32e35780875188a.tar.bz2 gentoo-2-1f2bf8814e6492bedb3c1213f32e35780875188a.zip |
Add ~ppc (builds and works on my Efika) and add MAKEOPTS="$MAKEOPTS -j1" as it doesn't appear to be parallel make safe.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.0.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 1d4f2f7815ce..9867f3424b83 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.1 2007/03/24 17:09:06 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.2 2007/03/24 20:50:34 steev Exp $ + + 24 Mar 2007; Steev Klimaszewski <steev@gentoo.org> + consolekit-0.2.0.ebuild: + Add ~ppc (builds and works on my Efika) and add MAKEOPTS="$MAKEOPTS -j1" as it + doesn't appear to be parallel make safe. *consolekit-0.2.0 (24 Mar 2007) diff --git a/sys-auth/consolekit/consolekit-0.2.0.ebuild b/sys-auth/consolekit/consolekit-0.2.0.ebuild index a47cc89c2daa..0ef792103017 100644 --- a/sys-auth/consolekit/consolekit-0.2.0.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.0.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.0.ebuild,v 1.1 2007/03/24 17:09:06 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.0.ebuild,v 1.2 2007/03/24 20:50:34 steev Exp $ inherit eutils autotools @@ -11,12 +11,15 @@ HOMEPAGE="http://if.only.it.had.one" SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug pam" +# Not parallel make safe +MAKEOPTS="$MAKEOPTS -j1" + RDEPEND=">=dev-libs/glib-2.7 >=dev-libs/dbus-glib-0.61 - pam? ( sys-libs/pam )" + pam? ( >=sys-libs/pam-0.99.7.1 )" DEPEND="${RDEPEND} dev-util/pkgconfig" |