diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:52:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:52:52 +0000 |
commit | 0cbf75e1c0e8e402ff4ec1233ca279ba2f3e4bfa (patch) | |
tree | 4f600739fcdd2db94a899918e63a6b8983aaa5d5 /x11-libs/glamor | |
parent | Stable for alpha, wrt bug #440872 (diff) | |
download | gentoo-2-0cbf75e1c0e8e402ff4ec1233ca279ba2f3e4bfa.tar.gz gentoo-2-0cbf75e1c0e8e402ff4ec1233ca279ba2f3e4bfa.tar.bz2 gentoo-2-0cbf75e1c0e8e402ff4ec1233ca279ba2f3e4bfa.zip |
Stable for alpha, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/glamor')
-rw-r--r-- | x11-libs/glamor/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/glamor/glamor-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/glamor/ChangeLog b/x11-libs/glamor/ChangeLog index 8638ed440fe8..a9a69d34cc97 100644 --- a/x11-libs/glamor/ChangeLog +++ b/x11-libs/glamor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/glamor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.13 2012/12/28 17:42:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.14 2012/12/30 14:52:52 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.ebuild: + Stable for alpha, wrt bug #440872 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> glamor-0.5.ebuild: Stable for sparc, wrt bug #440872 diff --git a/x11-libs/glamor/glamor-0.5.ebuild b/x11-libs/glamor/glamor-0.5.ebuild index ee57029d5eff..61bcda744783 100644 --- a/x11-libs/glamor/glamor-0.5.ebuild +++ b/x11-libs/glamor/glamor-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.ebuild,v 1.8 2012/12/28 17:42:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.ebuild,v 1.9 2012/12/30 14:52:52 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit xorg-2 DESCRIPTION="OpenGL based 2D rendering acceleration library" SRC_URI="mirror://gentoo/${P}.tar.gz" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="gles" RDEPEND=">=x11-base/xorg-server-1.10 |