diff options
author | 2013-02-28 13:45:19 +0000 | |
---|---|---|
committer | 2013-02-28 13:45:19 +0000 | |
commit | b82955c171c9baa7ddd9380a3aff64828149981f (patch) | |
tree | 9a9e0339e78e27f35e64fe94568cb28c76b057eb /dev-libs | |
parent | Fix building with ncurses[tinfo] (diff) | |
download | gentoo-2-b82955c171c9baa7ddd9380a3aff64828149981f.tar.gz gentoo-2-b82955c171c9baa7ddd9380a3aff64828149981f.tar.bz2 gentoo-2-b82955c171c9baa7ddd9380a3aff64828149981f.zip |
Stable for HPPA (bug #457792).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dbus-glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dbus-glib/ChangeLog b/dev-libs/dbus-glib/ChangeLog index 843ddef4c320..9f28654cc812 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.129 2013/02/28 10:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.130 2013/02/28 13:45:19 jer Exp $ + + 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> dbus-glib-0.100.2.ebuild: + Stable for HPPA (bug #457792). 28 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dbus-glib-0.100.2.ebuild: Stable for ppc64, 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 a160e36844b3..8db82cf4f5f7 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.5 2013/02/28 10:11:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.100.2.ebuild,v 1.6 2013/02/28 13:45:19 jer 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 |