diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:26:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:26:26 +0000 |
commit | 3fa8af69d2b9d7b0923595683cedcd80847bdedb (patch) | |
tree | 53cdf395d04c667552a01bddb5813154d50fc766 /dev-cpp/glibmm | |
parent | Version bump (diff) | |
download | gentoo-2-3fa8af69d2b9d7b0923595683cedcd80847bdedb.tar.gz gentoo-2-3fa8af69d2b9d7b0923595683cedcd80847bdedb.tar.bz2 gentoo-2-3fa8af69d2b9d7b0923595683cedcd80847bdedb.zip |
Stable for HPPA (bug #427544).
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/glibmm')
-rw-r--r-- | dev-cpp/glibmm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.32.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/glibmm/ChangeLog b/dev-cpp/glibmm/ChangeLog index 285d6b9b8971..d52f863ceba2 100644 --- a/dev-cpp/glibmm/ChangeLog +++ b/dev-cpp/glibmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/glibmm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.186 2012/07/16 08:03:06 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.187 2012/10/02 15:26:26 jer Exp $ + + 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> glibmm-2.32.1.ebuild: + Stable for HPPA (bug #427544). *glibmm-2.32.1 (16 Jul 2012) diff --git a/dev-cpp/glibmm/glibmm-2.32.1.ebuild b/dev-cpp/glibmm/glibmm-2.32.1.ebuild index cdb39934a1ae..9bc7e1266186 100644 --- a/dev-cpp/glibmm/glibmm-2.32.1.ebuild +++ b/dev-cpp/glibmm/glibmm-2.32.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.32.1.ebuild,v 1.1 2012/07/16 08:03:06 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.32.1.ebuild,v 1.2 2012/10/02 15:26:26 jer Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtkmm.org" LICENSE="|| ( LGPL-2.1 GPL-2 )" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc debug examples test" RDEPEND=">=dev-libs/libsigc++-2.2.10:2 |