diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:20:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:20:06 +0000 |
commit | a8a55a2dcf1be4a73d12b1e48bcb83e972538ef8 (patch) | |
tree | 79b2937b173f5ded3323f0e6c4b945bf484f3070 /sys-apps/dbus | |
parent | Stable for sparc, wrt bug #539018 (diff) | |
download | gentoo-2-a8a55a2dcf1be4a73d12b1e48bcb83e972538ef8.tar.gz gentoo-2-a8a55a2dcf1be4a73d12b1e48bcb83e972538ef8.tar.bz2 gentoo-2-a8a55a2dcf1be4a73d12b1e48bcb83e972538ef8.zip |
Stable for sparc, wrt bug #539482
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 4a29e2f00d7f..fed9ec2d445d 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dbus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.467 2015/02/13 10:34:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.468 2015/02/16 10:20:06 ago Exp $ + + 16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.16.ebuild: + Stable for sparc, wrt bug #539482 13 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.16.ebuild: Stable for x86, wrt bug #539482 diff --git a/sys-apps/dbus/dbus-1.8.16.ebuild b/sys-apps/dbus/dbus-1.8.16.ebuild index 638999156fc3..ab5e6b31c7c0 100644 --- a/sys-apps/dbus/dbus-1.8.16.ebuild +++ b/sys-apps/dbus/dbus-1.8.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.16.ebuild,v 1.4 2015/02/13 10:34:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.16.ebuild,v 1.5 2015/02/16 10:20:06 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" CDEPEND=">=dev-libs/expat-2 |