summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-09-27 10:40:11 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-09-27 10:40:11 +0000
commit48f1209d0d2af2587cf95664cf3e6f2810cffb58 (patch)
treeba8644d2b6465e43cc1eac0dd09d2430c6629668
parentStable for ppc, wrt bug #514478 (diff)
downloadgentoo-2-48f1209d0d2af2587cf95664cf3e6f2810cffb58.tar.gz
gentoo-2-48f1209d0d2af2587cf95664cf3e6f2810cffb58.tar.bz2
gentoo-2-48f1209d0d2af2587cf95664cf3e6f2810cffb58.zip
Stable for ppc, wrt bug #522982
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r--sys-apps/dbus/ChangeLog5
-rw-r--r--sys-apps/dbus/dbus-1.8.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog
index 62da09fd6501..611deeb03899 100644
--- a/sys-apps/dbus/ChangeLog
+++ b/sys-apps/dbus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/dbus
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.447 2014/09/27 10:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.448 2014/09/27 10:40:11 ago Exp $
+
+ 27 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild:
+ Stable for ppc, wrt bug #522982
27 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild:
Stable for ia64, wrt bug #522982
diff --git a/sys-apps/dbus/dbus-1.8.8.ebuild b/sys-apps/dbus/dbus-1.8.8.ebuild
index 792370268b82..36aa63912923 100644
--- a/sys-apps/dbus/dbus-1.8.8.ebuild
+++ b/sys-apps/dbus/dbus-1.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.8.ebuild,v 1.9 2014/09/27 10:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.8.ebuild,v 1.10 2014/09/27 10:40:11 ago Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz"
LICENSE="|| ( AFL-2.1 GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="debug doc selinux static-libs systemd test X"
RDEPEND=">=dev-libs/expat-2