diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-19 10:34:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-19 10:34:37 +0000 |
commit | cc7868b1a1c2755d920f3e76df916603ed9bc7bc (patch) | |
tree | aee64455b3c3e86f9533fb79e19ba048bb61d7be /sys-apps/dbus | |
parent | Stable for sparc, wrt bug #519518 (diff) | |
download | gentoo-2-cc7868b1a1c2755d920f3e76df916603ed9bc7bc.tar.gz gentoo-2-cc7868b1a1c2755d920f3e76df916603ed9bc7bc.tar.bz2 gentoo-2-cc7868b1a1c2755d920f3e76df916603ed9bc7bc.zip |
Stable for sparc, wrt bug #522982
(Portage version: 2.2.8-r1/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.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 340490842ca7..2dc7c9f1c508 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.442 2014/09/17 12:08:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.443 2014/09/19 10:34:37 ago Exp $ + + 19 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild: + Stable for sparc, wrt bug #522982 17 Sep 2014; Agostino Sarubbo <ago@gentoo.org> dbus-1.8.8.ebuild: Stable for x86, wrt bug #522982 diff --git a/sys-apps/dbus/dbus-1.8.8.ebuild b/sys-apps/dbus/dbus-1.8.8.ebuild index 37fbfee384d7..474a5269a473 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.4 2014/09/17 12:08:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.8.ebuild,v 1.5 2014/09/19 10:34:37 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 |