diff options
author | 2008-12-09 12:44:56 +0000 | |
---|---|---|
committer | 2008-12-09 12:44:56 +0000 | |
commit | 5d3aa5206ee91d11f70b49cbd9c3ac834fbc04ba (patch) | |
tree | 1d9f5f5f2cf0bcb446053e32a5c72c57b0fe94a7 /sys-auth | |
parent | Keyword -sparc/x86-fbsd versions that do not build there, lets keep with the ... (diff) | |
download | gentoo-2-5d3aa5206ee91d11f70b49cbd9c3ac834fbc04ba.tar.gz gentoo-2-5d3aa5206ee91d11f70b49cbd9c3ac834fbc04ba.tar.bz2 gentoo-2-5d3aa5206ee91d11f70b49cbd9c3ac834fbc04ba.zip |
drop bsd patch that doesnt apply anymore, bug #231910
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.2.10.ebuild | 13 |
2 files changed, 7 insertions, 12 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index b019009e206f..193f9be0dd63 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.33 2008/06/21 20:38:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.34 2008/12/09 12:44:56 aballier Exp $ + + 09 Dec 2008; Alexis Ballier <aballier@gentoo.org> + consolekit-0.2.10.ebuild: + drop bsd patch that doesnt apply anymore, bug #231910 *consolekit-0.2.10 (21 Jun 2008) diff --git a/sys-auth/consolekit/consolekit-0.2.10.ebuild b/sys-auth/consolekit/consolekit-0.2.10.ebuild index 77c368e9de8d..9e5a8e7e987c 100644 --- a/sys-auth/consolekit/consolekit-0.2.10.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.1 2008/06/21 20:38:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.10.ebuild,v 1.2 2008/12/09 12:44:56 aballier Exp $ inherit eutils autotools multilib pam @@ -13,8 +13,7 @@ SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh -~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug pam" # Not parallel make safe @@ -30,14 +29,6 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_PN}-${MY_PV}" -src_unpack() { - unpack ${A} - cd "${S}" - - # Work around an apparent FreeBSD kernel bug - use x86-fbsd && epatch "${FILESDIR}/${PN}"-0.2.3-freebsd.patch -} - src_compile() { econf $(use_enable debug) \ $(use_enable pam pam-module) \ |