diff options
author | 2013-10-05 04:56:27 +0000 | |
---|---|---|
committer | 2013-10-05 04:56:27 +0000 | |
commit | c01b26a73ac312301b80e4bb385772b3d58f138b (patch) | |
tree | 660c36df72585fef31c0d23f0a0f56b27a1e1610 /x11-libs/glamor | |
parent | Stable for alpha, wrt bug #475480 (diff) | |
download | gentoo-2-c01b26a73ac312301b80e4bb385772b3d58f138b.tar.gz gentoo-2-c01b26a73ac312301b80e4bb385772b3d58f138b.tar.bz2 gentoo-2-c01b26a73ac312301b80e4bb385772b3d58f138b.zip |
Stable for alpha, 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/glamor')
-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 9bc547c89da1..8962dcdac7c5 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.19 2013/10/04 12:02:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.20 2013/10/05 04:56:27 ago Exp $ + + 05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.1.ebuild: + Stable for alpha, wrt bug #475480 04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.1.ebuild: Stable for ppc64, wrt bug #475480 diff --git a/x11-libs/glamor/glamor-0.5.1.ebuild b/x11-libs/glamor/glamor-0.5.1.ebuild index 355913592610..e5eeb0cfd54f 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.4 2013/10/04 12:02:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v 1.5 2013/10/05 04:56:27 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 |