summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-27 18:49:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-27 18:49:04 +0000
commitcabc99bf41886d068576ef2482b57911ca44339f (patch)
tree4e628b905c99e34b75100d19aef253b9eb699f5d /app-admin/packagekit-base
parentsssd-1.8.4 metadata fixed (diff)
downloadgentoo-2-cabc99bf41886d068576ef2482b57911ca44339f.tar.gz
gentoo-2-cabc99bf41886d068576ef2482b57911ca44339f.tar.bz2
gentoo-2-cabc99bf41886d068576ef2482b57911ca44339f.zip
Remove check for polkit-backend-1 which is now marked as "noinst" in polkit >= 0.106 wrt #423431 by Pim Vullers
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/packagekit-base')
-rw-r--r--app-admin/packagekit-base/ChangeLog7
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.7.4.ebuild4
2 files changed, 9 insertions, 2 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog
index 85d5e4b2f377..4cdb6955e23d 100644
--- a/app-admin/packagekit-base/ChangeLog
+++ b/app-admin/packagekit-base/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/packagekit-base
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.22 2012/05/27 23:26:37 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.23 2012/06/27 18:49:04 ssuominen Exp $
+
+ 27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+ packagekit-base-0.7.4.ebuild:
+ Remove check for polkit-backend-1 which is now marked as "noinst" in polkit
+ >= 0.106 wrt #423431 by Pim Vullers
27 May 2012; Matt Turner <mattst88@gentoo.org> packagekit-base-0.7.4.ebuild:
Added ~alpha, bug 387959.
diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
index ffdeccb098f6..01949551b8ab 100644
--- a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.2 2012/05/27 23:26:37 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.3 2012/06/27 18:49:04 ssuominen Exp $
EAPI="3"
@@ -72,6 +72,8 @@ RESTRICT="test" # tests are failing atm
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.7.x-npapi-sdk.patch #383141
+ # http://pkgs.fedoraproject.org/gitweb/?p=PackageKit.git;a=commit;h=0b378668288db34890b82c7be007fc76c7fcd956
+ sed -i -e '/polkit-backend-1/d' configure || die #423431
}
src_configure() {