summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-01 11:54:21 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-01 11:54:21 +0000
commit9ae06e9d9517251e6f110445e093f7963ca34d2f (patch)
treec9eab572086ace8bc8d08c35d2115c184aab5ced /dev-libs/dbus-glib
parentStable for s390, wrt bug #438680 (diff)
downloadgentoo-2-9ae06e9d9517251e6f110445e093f7963ca34d2f.tar.gz
gentoo-2-9ae06e9d9517251e6f110445e093f7963ca34d2f.tar.bz2
gentoo-2-9ae06e9d9517251e6f110445e093f7963ca34d2f.zip
Stable for s390, wrt bug #457792
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/dbus-glib')
-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 4f88e3287480..9cbc23ff21ec 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.133 2013/03/01 11:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.134 2013/03/01 11:54:21 ago Exp $
+
+ 01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
+ Stable for s390, wrt bug #457792
01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
Stable for alpha, 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 2c1749ae26ab..07af00a70ad3 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.9 2013/03/01 11:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild,v 1.10 2013/03/01 11:54:21 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