diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:24:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 17:24:31 +0000 |
commit | b7f0d2a80144e60590840aaf6612eeff5aace310 (patch) | |
tree | 7e14e1bc674f2d2aeb18ce2780fb07e4946d8f07 /games-util/glbsp | |
parent | Stable for amd64, wrt bug #543538 (diff) | |
download | gentoo-2-b7f0d2a80144e60590840aaf6612eeff5aace310.tar.gz gentoo-2-b7f0d2a80144e60590840aaf6612eeff5aace310.tar.bz2 gentoo-2-b7f0d2a80144e60590840aaf6612eeff5aace310.zip |
Stable for amd64, wrt bug #543804
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-util/glbsp')
-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 8ccb01ac3aaa..efcbf36f82e8 100644 --- a/games-util/glbsp/ChangeLog +++ b/games-util/glbsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/glbsp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.14 2015/02/16 06:25:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.15 2015/03/24 17:24:31 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> glbsp-2.24.ebuild: + Stable for amd64, wrt bug #543804 16 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> glbsp-2.24.ebuild: EAPI=5 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 )" |