diff options
-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 7b82d6fe308a..4feb6e081154 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.43 2015/02/22 13:22:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.44 2015/02/23 10:45:08 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> glamor-0.6.0-r1.ebuild: + Stable for sparc, wrt bug #530652 22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> glamor-0.6.0-r1.ebuild: Stable for ia64, 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 dd68ed0f09a6..1cd71da20596 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.8 2015/02/22 13:22:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v 1.9 2015/02/23 10:45: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 |