summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 08:41:56 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 08:41:56 +0000
commite61146738319ecae0dbca9b3dad69a4ea1e20e62 (patch)
treead259494034d5099920bcd3918b838545cb3848f
parent~ppc added (diff)
downloadgentoo-2-e61146738319ecae0dbca9b3dad69a4ea1e20e62.tar.gz
gentoo-2-e61146738319ecae0dbca9b3dad69a4ea1e20e62.tar.bz2
gentoo-2-e61146738319ecae0dbca9b3dad69a4ea1e20e62.zip
amd64 stable, bug 336787
(Portage version: 2.2_rc79/cvs/Linux x86_64)
-rw-r--r--sys-auth/polkit-qt/ChangeLog6
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog
index bcd5e6d838af..a2a0412032a3 100644
--- a/sys-auth/polkit-qt/ChangeLog
+++ b/sys-auth/polkit-qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/polkit-qt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.10 2010/09/03 19:31:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.11 2010/09/11 08:41:56 reavertm Exp $
+
+ 11 Sep 2010; Maciej Mrozowski <reavertm@gentoo.org>
+ polkit-qt-0.96.1.ebuild:
+ amd64 stable, bug 336787
03 Sep 2010; Joseph Jezak <josejx@gentoo.org> polkit-qt-0.95.1.ebuild:
Marked ppc64 stable for bug #322791.
diff --git a/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild b/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild
index 030e845a33e1..305a686d45fb 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.96.1.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/polkit-qt/polkit-qt-0.96.1.ebuild,v 1.1 2010/07/22 19:49:06 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.96.1.ebuild,v 1.2 2010/09/11 08:41:56 reavertm Exp $
EAPI="2"
@@ -13,7 +13,7 @@ HOMEPAGE="http://kde.org/"
SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug examples"
@@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND}
examples? ( !sys-auth/policykit-qt[examples] )
"
-DOCS="AUTHORS README README.porting TODO"
+DOCS=(AUTHORS README README.porting TODO)
S="${WORKDIR}/${MY_P}"
@@ -36,6 +36,5 @@ src_configure() {
mycmakeargs=(
$(cmake-utils_use_build examples)
)
-
cmake-utils_src_configure
}