diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-26 20:55:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-26 20:55:44 +0000 |
commit | a11ef47ec3a23c3c0bb43afa0dee8d78e144c182 (patch) | |
tree | 1b89a1dbfa28a472f05e31b6f8a43936a717d023 /games-util/glbsp | |
parent | x86 stable, bug #294521 (diff) | |
download | historical-a11ef47ec3a23c3c0bb43afa0dee8d78e144c182.tar.gz historical-a11ef47ec3a23c3c0bb43afa0dee8d78e144c182.tar.bz2 historical-a11ef47ec3a23c3c0bb43afa0dee8d78e144c182.zip |
x86 stable, bug #294541
Package-Manager: portage-2.2_rc52/cvs/Linux x86_64
Diffstat (limited to 'games-util/glbsp')
-rw-r--r-- | games-util/glbsp/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/glbsp/glbsp-2.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/glbsp/ChangeLog b/games-util/glbsp/ChangeLog index 32a5143fb1dc..790215392358 100644 --- a/games-util/glbsp/ChangeLog +++ b/games-util/glbsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/glbsp -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.8 2008/11/14 18:48:23 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.9 2009/11/26 20:55:44 maekke Exp $ + + 26 Nov 2009; Markus Meier <maekke@gentoo.org> glbsp-2.20.ebuild: + x86 stable, bug #294541 14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> glbsp-2.20.ebuild: Restrict fltk dependency to SLOT 1.1 (bug #246445). diff --git a/games-util/glbsp/glbsp-2.20.ebuild b/games-util/glbsp/glbsp-2.20.ebuild index d7e7917f1de7..636c42052f78 100644 --- a/games-util/glbsp/glbsp-2.20.ebuild +++ b/games-util/glbsp/glbsp-2.20.ebuild @@ -1,6 +1,6 @@ -# 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/games-util/glbsp/glbsp-2.20.ebuild,v 1.3 2008/11/14 18:48:23 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.4 2009/11/26 20:55:44 maekke Exp $ EAPI=1 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/glbsp/${PN}_src_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="fltk" DEPEND="fltk? ( x11-libs/fltk:1.1 )" |