diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-05-08 19:21:35 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-05-08 19:21:35 +0000 |
commit | 2bda0e8878866644de96809cd0ce10018f06bf4a (patch) | |
tree | 11d1f7f813c42627f8364951f21923ea0db3c5e4 /gnustep-base | |
parent | Bugfix release, fixes a startup delay (diff) | |
download | gentoo-2-2bda0e8878866644de96809cd0ce10018f06bf4a.tar.gz gentoo-2-2bda0e8878866644de96809cd0ce10018f06bf4a.tar.bz2 gentoo-2-2bda0e8878866644de96809cd0ce10018f06bf4a.zip |
Bugfix release, fixes a startup delay
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.1.ebuild (renamed from gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-back-xlib/ChangeLog b/gnustep-base/gnustep-back-xlib/ChangeLog index 81006baa5c5f..bb583a68a228 100644 --- a/gnustep-base/gnustep-back-xlib/ChangeLog +++ b/gnustep-base/gnustep-back-xlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-base/gnustep-back-xlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.61 2011/04/20 17:47:56 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.62 2011/05/08 19:21:35 voyageur Exp $ + +*gnustep-back-xlib-0.20.1 (08 May 2011) + + 08 May 2011; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-xlib-0.20.0.ebuild, +gnustep-back-xlib-0.20.1.ebuild: + Bugfix release, fixes a startup delay *gnustep-back-xlib-0.20.0 (20 Apr 2011) diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.1.ebuild index ca0c3669dbc1..7d57ca2c8125 100644 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.0.ebuild +++ b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.1.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/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.0.ebuild,v 1.1 2011/04/20 17:47:56 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.20.1.ebuild,v 1.1 2011/05/08 19:21:35 voyageur Exp $ inherit gnustep-base @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" IUSE="opengl xim" DEPEND="${GNUSTEP_CORE_DEPEND} - ~gnustep-base/gnustep-gui-${PV} + =gnustep-base/gnustep-gui-${PV%.*}* opengl? ( virtual/opengl virtual/glu ) x11-libs/libICE x11-libs/libSM |