diff options
author | 2015-02-24 08:38:02 +0000 | |
---|---|---|
committer | 2015-02-24 08:38:02 +0000 | |
commit | 81c08fab4d4d5eaafe6078c2723670425dc0539f (patch) | |
tree | 6c850a20cd237cdacb127ea679b2447ed4181d92 /x11-drivers/xf86-video-s3 | |
parent | Stable for alpha, wrt bug #530652 (diff) | |
download | gentoo-2-81c08fab4d4d5eaafe6078c2723670425dc0539f.tar.gz gentoo-2-81c08fab4d4d5eaafe6078c2723670425dc0539f.tar.bz2 gentoo-2-81c08fab4d4d5eaafe6078c2723670425dc0539f.zip |
Stable for alpha, 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-drivers/xf86-video-s3')
-rw-r--r-- | x11-drivers/xf86-video-s3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-s3/ChangeLog b/x11-drivers/xf86-video-s3/ChangeLog index 152088b295ae..d27f03ffce72 100644 --- a/x11-drivers/xf86-video-s3/ChangeLog +++ b/x11-drivers/xf86-video-s3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-video-s3 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.63 2015/02/22 13:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.64 2015/02/24 08:38:02 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-video-s3-0.6.5-r1.ebuild: + Stable for alpha, wrt bug #530652 22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-video-s3-0.6.5-r1.ebuild: Stable for ia64, wrt bug #530652 diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild index 8fef70f7ca93..cd3fca286e44 100644 --- a/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild +++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild,v 1.5 2015/02/22 13:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.5-r1.ebuild,v 1.6 2015/02/24 08:38:02 ago Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="X.Org driver for s3 cards" -KEYWORDS="~alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" |