diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 08:56:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 08:56:08 +0000 |
commit | f00c833f24e4606520572235e4d44c8a1b144c3c (patch) | |
tree | 8b2931872baf5f1a060264f4f72b0f9d70d12591 /x11-libs/glamor | |
parent | Stable for ppc64, wrt bug #530652 (diff) | |
download | gentoo-2-f00c833f24e4606520572235e4d44c8a1b144c3c.tar.gz gentoo-2-f00c833f24e4606520572235e4d44c8a1b144c3c.tar.bz2 gentoo-2-f00c833f24e4606520572235e4d44c8a1b144c3c.zip |
Stable for ppc64, wrt bug #530652
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-libs/glamor')
-rw-r--r-- | x11-libs/glamor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/glamor/glamor-0.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/glamor/ChangeLog b/x11-libs/glamor/ChangeLog index 13e3bfca9e07..be8077a17b93 100644 --- a/x11-libs/glamor/ChangeLog +++ b/x11-libs/glamor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/glamor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.41 2015/02/20 11:17:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.42 2015/02/21 08:56:08 ago Exp $ + + 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> glamor-0.6.0-r1.ebuild: + Stable for ppc64, wrt bug #530652 20 Feb 2015; Agostino Sarubbo <ago@gentoo.org> glamor-0.6.0-r1.ebuild: Stable for ppc, wrt bug #530652 diff --git a/x11-libs/glamor/glamor-0.6.0-r1.ebuild b/x11-libs/glamor/glamor-0.6.0-r1.ebuild index c088363e3adb..e518f72f49a3 100644 --- a/x11-libs/glamor/glamor-0.6.0-r1.ebuild +++ b/x11-libs/glamor/glamor-0.6.0-r1.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/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v 1.6 2015/02/20 11:17:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v 1.7 2015/02/21 08:56:08 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit xorg-2 autotools-utils toolchain-funcs DESCRIPTION="OpenGL based 2D rendering acceleration library" SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="gles xv" RDEPEND=">=x11-base/xorg-server-1.10 |