diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-07-22 21:59:51 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-07-22 21:59:51 +0000 |
commit | 461f92e0a10548241381fa8e3f7caa834b65b34c (patch) | |
tree | 12e8723c12d3f1ee52e0bca5128d35862cbc6fe1 /dev-util | |
parent | Fix building with GCC 4.3+ and glibc-2.8+ wrt #240379, thanks to Chris Slycord. (diff) | |
download | gentoo-2-461f92e0a10548241381fa8e3f7caa834b65b34c.tar.gz gentoo-2-461f92e0a10548241381fa8e3f7caa834b65b34c.tar.bz2 gentoo-2-461f92e0a10548241381fa8e3f7caa834b65b34c.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gob/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.16.ebuild (renamed from dev-util/gob/gob-2.0.14.ebuild) | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index d8cd136c8809..90e0816bb3df 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gob -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.68 2008/09/27 16:36:38 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.69 2009/07/22 21:59:51 eva Exp $ + +*gob-2.0.16 (22 Jul 2009) + + 22 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org> -gob-2.0.14.ebuild, + +gob-2.0.16.ebuild: + Version bump. 27 Sep 2008; Raúl Porcel <armin76@gentoo.org> gob-2.0.15.ebuild: arm/sh stable wrt #215541 diff --git a/dev-util/gob/gob-2.0.14.ebuild b/dev-util/gob/gob-2.0.16.ebuild index c0bc4748031e..64771a68f370 100644 --- a/dev-util/gob/gob-2.0.14.ebuild +++ b/dev-util/gob/gob-2.0.16.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.14.ebuild,v 1.8 2008/03/19 04:02:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.16.ebuild,v 1.1 2009/07/22 21:59:51 eva Exp $ + +GCONF_DEBUG="no" inherit gnome2 @@ -15,7 +17,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=dev-libs/glib-2" @@ -24,5 +26,3 @@ DEPEND="${RDEPEND} sys-devel/flex" DOCS="AUTHORS ChangeLog NEWS README TODO" - -USE_DESTDIR="1" |