diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 08:43:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 08:43:18 +0000 |
commit | 49e3b22ae2bca7effabc3056be9172e650a635df (patch) | |
tree | b71914ba782d08bf385297a1f42f696adac79cb4 /dev-haskell/glut | |
parent | Stable for x86, wrt bug #534974 (diff) | |
download | gentoo-2-49e3b22ae2bca7effabc3056be9172e650a635df.tar.gz gentoo-2-49e3b22ae2bca7effabc3056be9172e650a635df.tar.bz2 gentoo-2-49e3b22ae2bca7effabc3056be9172e650a635df.zip |
Stable for x86, wrt bug #534974
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/glut')
-rw-r--r-- | dev-haskell/glut/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/glut/glut-2.5.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/glut/ChangeLog b/dev-haskell/glut/ChangeLog index b86d882e8be5..80f146b82c5c 100644 --- a/dev-haskell/glut/ChangeLog +++ b/dev-haskell/glut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/glut # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.26 2015/06/11 15:06:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.27 2015/06/26 08:43:18 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> glut-2.5.1.1.ebuild: + Stable for x86, wrt bug #534974 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> glut-2.5.1.1.ebuild: Stable for amd64, wrt bug #534974 diff --git a/dev-haskell/glut/glut-2.5.1.1.ebuild b/dev-haskell/glut/glut-2.5.1.1.ebuild index 70277d7a8b93..7036c8a0d917 100644 --- a/dev-haskell/glut/glut-2.5.1.1.ebuild +++ b/dev-haskell/glut/glut-2.5.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/dev-haskell/glut/glut-2.5.1.1.ebuild,v 1.2 2015/06/11 15:06:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild,v 1.3 2015/06/26 08:43:18 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-haskell/opengl-2.8.0.0:=[profile?] |