diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:15:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-20 20:15:44 +0000 |
commit | 18e00e1c931de7828b34c1e3f2a1235215f5605b (patch) | |
tree | d8af28741bf7304e30894dbb455f12ef76471196 /games-util | |
parent | x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff) | |
download | gentoo-2-18e00e1c931de7828b34c1e3f2a1235215f5605b.tar.gz gentoo-2-18e00e1c931de7828b34c1e3f2a1235215f5605b.tar.bz2 gentoo-2-18e00e1c931de7828b34c1e3f2a1235215f5605b.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/glbsp/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/glbsp/glbsp-2.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/glbsp/ChangeLog b/games-util/glbsp/ChangeLog index 15c05713c9c9..55289575cb4b 100644 --- a/games-util/glbsp/ChangeLog +++ b/games-util/glbsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/glbsp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.12 2011/01/15 15:04:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.13 2011/03/20 20:15:44 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> glbsp-2.24.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 15 Jan 2011; Markus Meier <maekke@gentoo.org> glbsp-2.24.ebuild: x86 stable, bug #350771 diff --git a/games-util/glbsp/glbsp-2.24.ebuild b/games-util/glbsp/glbsp-2.24.ebuild index 3f5cfc26dd0e..a6665d620053 100644 --- a/games-util/glbsp/glbsp-2.24.ebuild +++ b/games-util/glbsp/glbsp-2.24.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/games-util/glbsp/glbsp-2.24.ebuild,v 1.3 2011/01/15 15:04:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.24.ebuild,v 1.4 2011/03/20 20:15:44 jlec Exp $ EAPI=2 inherit eutils toolchain-funcs versionator @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="fltk" -DEPEND="fltk? ( x11-libs/fltk:1.1 )" +DEPEND="fltk? ( x11-libs/fltk:1 )" S=${WORKDIR}/${P}-source |