summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-02-27 13:45:29 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-02-27 13:45:29 +0000
commitff93ea9db9fcfe309464d873392d017ee59a7b06 (patch)
treeacf4e59a4102a66c48e917ced55b3cccec104e55 /dev-libs/dbus-glib
parentStable for amd64, wrt bug #459326 (diff)
downloadgentoo-2-ff93ea9db9fcfe309464d873392d017ee59a7b06.tar.gz
gentoo-2-ff93ea9db9fcfe309464d873392d017ee59a7b06.tar.bz2
gentoo-2-ff93ea9db9fcfe309464d873392d017ee59a7b06.zip
Stable for x86, wrt bug #457792
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dbus-glib/ChangeLog b/dev-libs/dbus-glib/ChangeLog
index 5704929b5b9a..4a4ca201780a 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.124 2013/02/27 13:37:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.125 2013/02/27 13:45:29 ago Exp $
+
+ 27 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.1.ebuild:
+ Stable for x86, wrt bug #457792
27 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.1.ebuild:
Stable for amd64, wrt bug #457792
diff --git a/dev-libs/dbus-glib/dbus-glib-0.100.1.ebuild b/dev-libs/dbus-glib/dbus-glib-0.100.1.ebuild
index 9f2609f80327..02c778f7be59 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.100.1.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.100.1.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.1.ebuild,v 1.3 2013/02/27 13:37:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.1.ebuild,v 1.4 2013/02/27 13:45:29 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