diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-20 21:20:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-20 21:20:20 +0000 |
commit | ee2f651c39275fc97b36fd5f66561768fa7d2923 (patch) | |
tree | 77060a8f99c6587e1c34087dcd03782752dc72fc /dev-libs | |
parent | comment out the AT_SYS_M4DIR stuff because it breaks packages (bug 397563) (diff) | |
download | gentoo-2-ee2f651c39275fc97b36fd5f66561768fa7d2923.tar.gz gentoo-2-ee2f651c39275fc97b36fd5f66561768fa7d2923.tar.bz2 gentoo-2-ee2f651c39275fc97b36fd5f66561768fa7d2923.zip |
Stable for AMD64, wrt bug #399529
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 5949ab4f2e7e..21ad3e81c5b7 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.54 2012/01/18 20:19:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.55 2012/01/20 21:20:20 ago Exp $ + + 20 Jan 2012; Agostino Sarubbo <ago@gentoo.org> + gobject-introspection-1.30.0-r2.ebuild: + Stable for AMD64, wrt bug #399529 18 Jan 2012; Markus Meier <maekke@gentoo.org> gobject-introspection-1.30.0-r1.ebuild: diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild index 841f891b72e3..ae70de1c465c 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.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-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild,v 1.2 2012/01/08 23:57:10 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild,v 1.3 2012/01/20 21:20:20 ago Exp $ EAPI="4" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/${P}-patches-1.tar.xz" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |