diff options
author | 2015-05-13 09:29:03 +0000 | |
---|---|---|
committer | 2015-05-13 09:29:03 +0000 | |
commit | f23f0a759244b0cadcc6a4ee1c32579a657ec7f8 (patch) | |
tree | 1bc5b39abf9e42da8eb22002d36fe05d8902810b /media-libs/glfw | |
parent | Stable for x86, wrt bug #548602 (diff) | |
download | gentoo-2-f23f0a759244b0cadcc6a4ee1c32579a657ec7f8.tar.gz gentoo-2-f23f0a759244b0cadcc6a4ee1c32579a657ec7f8.tar.bz2 gentoo-2-f23f0a759244b0cadcc6a4ee1c32579a657ec7f8.zip |
Stable for x86, wrt bug #548604
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/glfw')
-rw-r--r-- | media-libs/glfw/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/glfw/glfw-3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glfw/ChangeLog b/media-libs/glfw/ChangeLog index 208328a5d277..506ca9690420 100644 --- a/media-libs/glfw/ChangeLog +++ b/media-libs/glfw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/glfw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.27 2015/05/12 08:41:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.28 2015/05/13 09:29:03 ago Exp $ + + 13 May 2015; Agostino Sarubbo <ago@gentoo.org> glfw-3.1.1.ebuild: + Stable for x86, wrt bug #548604 12 May 2015; Agostino Sarubbo <ago@gentoo.org> glfw-3.1.1.ebuild: Stable for amd64, wrt bug #548604 diff --git a/media-libs/glfw/glfw-3.1.1.ebuild b/media-libs/glfw/glfw-3.1.1.ebuild index 46780c991f35..271a9bd69136 100644 --- a/media-libs/glfw/glfw-3.1.1.ebuild +++ b/media-libs/glfw/glfw-3.1.1.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/media-libs/glfw/glfw-3.1.1.ebuild,v 1.3 2015/05/12 08:41:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild,v 1.4 2015/05/13 09:29:03 ago Exp $ EAPI=5 inherit cmake-utils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="egl examples" RDEPEND="x11-libs/libXrandr |