diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:07:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:07:03 +0000 |
commit | 96792b3cab5aac71167311def3797f3c2939e1b9 (patch) | |
tree | 2b128549a6eefdbe780118e017f1fd5709cc1f8b /x11-libs | |
parent | Stable for x86, wrt bug #475480 (diff) | |
download | gentoo-2-96792b3cab5aac71167311def3797f3c2939e1b9.tar.gz gentoo-2-96792b3cab5aac71167311def3797f3c2939e1b9.tar.bz2 gentoo-2-96792b3cab5aac71167311def3797f3c2939e1b9.zip |
Stable for x86, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/glamor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/glamor/glamor-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/glamor/ChangeLog b/x11-libs/glamor/ChangeLog index dfbd637df8d6..f6996c09363c 100644 --- a/x11-libs/glamor/ChangeLog +++ b/x11-libs/glamor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/glamor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.22 2013/10/07 04:57:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.23 2013/10/08 05:07:03 ago Exp $ + + 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.1.ebuild: + Stable for x86, wrt bug #475480 07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.1.ebuild: Stable for sparc, wrt bug #475480 diff --git a/x11-libs/glamor/glamor-0.5.1.ebuild b/x11-libs/glamor/glamor-0.5.1.ebuild index 997f5c6028e0..63d8d7948feb 100644 --- a/x11-libs/glamor/glamor-0.5.1.ebuild +++ b/x11-libs/glamor/glamor-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v 1.7 2013/10/07 04:57:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v 1.8 2013/10/08 05:07:03 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit xorg-2 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" RDEPEND=">=x11-base/xorg-server-1.10 |