diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-17 09:50:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-17 09:50:04 +0000 |
commit | f99c08e6a3b82ddf5e8b105837e445650792878a (patch) | |
tree | 5d3d559cb8eb3232fd7c7d958288894efeaae61d /sys-apps/dbus | |
parent | Stable for HPPA (bug #522968). (diff) | |
download | gentoo-2-f99c08e6a3b82ddf5e8b105837e445650792878a.tar.gz gentoo-2-f99c08e6a3b82ddf5e8b105837e445650792878a.tar.bz2 gentoo-2-f99c08e6a3b82ddf5e8b105837e445650792878a.zip |
Stable for HPPA (bug #522982).
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 9424285ef97a..515cebaea9b5 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.439 2014/09/17 06:12:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.440 2014/09/17 09:50:04 jer Exp $ + + 17 Sep 2014; Jeroen Roovers <jer@gentoo.org> dbus-1.8.8.ebuild: + Stable for HPPA (bug #522982). *dbus-1.8.8 (17 Sep 2014) diff --git a/sys-apps/dbus/dbus-1.8.8.ebuild b/sys-apps/dbus/dbus-1.8.8.ebuild index b1174eb65021..bc5127c0be0f 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.1 2014/09/17 06:12:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.8.ebuild,v 1.2 2014/09/17 09:50:04 jer 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 |