summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-05 09:12:15 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-05 09:12:15 +0000
commit8ca405558cb9df8913fa4dae4d671005365fe117 (patch)
tree2277d4575526abe149a591b477c334ad37706bf8 /dev-libs
parentvdr-plugin-2.eclass, adapted to the new plugin makefile handling; cleanup for... (diff)
downloadgentoo-2-8ca405558cb9df8913fa4dae4d671005365fe117.tar.gz
gentoo-2-8ca405558cb9df8913fa4dae4d671005365fe117.tar.bz2
gentoo-2-8ca405558cb9df8913fa4dae4d671005365fe117.zip
Stable for sh, wrt bug #457792
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/dbus-glib/ChangeLog5
-rw-r--r--dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dbus-glib/ChangeLog b/dev-libs/dbus-glib/ChangeLog
index 385b95ce3d28..482fa7b7a976 100644
--- a/dev-libs/dbus-glib/ChangeLog
+++ b/dev-libs/dbus-glib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/dbus-glib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.135 2013/03/03 16:12:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.136 2013/03/05 09:12:15 ago Exp $
+
+ 05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
+ Stable for sh, wrt bug #457792
03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
Stable for sparc, wrt bug #457792
diff --git a/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild b/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild
index 08da34c76a68..d3b0ad395047 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild,v 1.11 2013/03/03 16:12:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild,v 1.12 2013/03/05 09:12:15 ago Exp $
EAPI=5
inherit bash-completion-r1 eutils
@@ -11,7 +11,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="|| ( GPL-2 AFL-2.1 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="debug doc static-libs test"
RDEPEND=">=dev-libs/expat-2