summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-01 11:16:48 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-01 11:16:48 +0000
commit23c52e4e59529e89d8ba4594a7d2746cf748ba08 (patch)
tree0e48b1b54fe5c95af24717c45686ea99517b2148 /dev-libs/dbus-glib
parentStable for alpha, wrt bug #438680 (diff)
downloadgentoo-2-23c52e4e59529e89d8ba4594a7d2746cf748ba08.tar.gz
gentoo-2-23c52e4e59529e89d8ba4594a7d2746cf748ba08.tar.bz2
gentoo-2-23c52e4e59529e89d8ba4594a7d2746cf748ba08.zip
Stable for alpha, 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 acf962072f6b..4f88e3287480 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.132 2013/03/01 11:08:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.133 2013/03/01 11:16:48 ago Exp $
+
+ 01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
+ Stable for alpha, wrt bug #457792
01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild:
Stable for arm, 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 b88042d8ef08..2c1749ae26ab 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.8 2013/03/01 11:08:53 ago Exp $
+# $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 $
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