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/dbus-glib/dbus-glib-0.100.2.ebuild
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/dbus-glib/dbus-glib-0.100.2.ebuild')
-rw-r--r--dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild4
1 files changed, 2 insertions, 2 deletions
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