diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-20 11:05:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-20 11:05:20 +0000 |
commit | 401d75e669269cb0d732e2d0406900717373e070 (patch) | |
tree | 4904fdf92c68c8a51f14112c6cdb95fa4ce8a818 /sys-apps/dbus | |
parent | Stable for alpha, wrt bug #522968 (diff) | |
download | gentoo-2-401d75e669269cb0d732e2d0406900717373e070.tar.gz gentoo-2-401d75e669269cb0d732e2d0406900717373e070.tar.bz2 gentoo-2-401d75e669269cb0d732e2d0406900717373e070.zip |
Stable for alpha, wrt bug #522982
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-1.8.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index d41b6390c0c4..67449632221b 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.444 2014/09/19 10:36:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.445 2014/09/20 11:05:20 ago Exp $ + + 20 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild: + Stable for alpha, wrt bug #522982 19 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild: Stable for ppc64, wrt bug #522982 diff --git a/sys-apps/dbus/dbus-1.8.8.ebuild b/sys-apps/dbus/dbus-1.8.8.ebuild index dd670d3af572..41b729d86fa7 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.6 2014/09/19 10:36:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.8.ebuild,v 1.7 2014/09/20 11:05:20 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 |