diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-01 21:07:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-01 21:07:09 +0000 |
commit | 735100e3ac9dd98b5517d371b4fcc05901d133fb (patch) | |
tree | 9f80df36cbe36ba6ddf45d4996d80180518ffb26 /dev-libs/glib | |
parent | Stable on amd64 wrt bug #278255 (diff) | |
download | gentoo-2-735100e3ac9dd98b5517d371b4fcc05901d133fb.tar.gz gentoo-2-735100e3ac9dd98b5517d371b4fcc05901d133fb.tar.bz2 gentoo-2-735100e3ac9dd98b5517d371b4fcc05901d133fb.zip |
Stable on amd64 wrt bug #278255
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.28.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 7748e34f6c29..830f6ad94662 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.472 2011/07/01 16:09:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.473 2011/07/01 21:07:09 hwoarang Exp $ + + 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> glib-2.28.8.ebuild: + Stable on amd64 wrt bug #278255 01 Jul 2011; Pacho Ramos <pacho@gentoo.org> glib-2.28.8.ebuild: Really skip tests when unneeded (bug #373069 by Matt Turner). diff --git a/dev-libs/glib/glib-2.28.8.ebuild b/dev-libs/glib/glib-2.28.8.ebuild index a0546ae23235..32dec1dcdeb6 100644 --- a/dev-libs/glib/glib-2.28.8.ebuild +++ b/dev-libs/glib/glib-2.28.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.4 2011/07/01 16:09:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.5 2011/07/01 21:07:09 hwoarang Exp $ EAPI="3" GNOME_TARBALL_SUFFIX="xz" @@ -15,7 +15,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug doc fam +introspection selinux +static-libs test xattr" RDEPEND="virtual/libiconv |