diff options
Diffstat (limited to 'games-util/glbsp/glbsp-2.24.ebuild')
-rw-r--r-- | games-util/glbsp/glbsp-2.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/glbsp/glbsp-2.24.ebuild b/games-util/glbsp/glbsp-2.24.ebuild index 91af9679abb9..67a0b45efd8a 100644 --- a/games-util/glbsp/glbsp-2.24.ebuild +++ b/games-util/glbsp/glbsp-2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.5 2015/02/16 06:25:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.24.ebuild,v 1.6 2015/03/24 17:24:31 ago Exp $ EAPI=5 inherit eutils toolchain-funcs versionator @@ -12,7 +12,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 )" |