summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-06-11 13:04:23 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-06-11 13:04:23 +0000
commit51d1427aef7cfdc5cbb68517d0500b5e28017ce3 (patch)
treec7bad7c286b3f3644c0a73b18bd8cd878152758f /x11-drivers/xf86-video-sis
parentReplace remove_libtool_files with prune_libtool_files. (diff)
downloadhistorical-51d1427aef7cfdc5cbb68517d0500b5e28017ce3.tar.gz
historical-51d1427aef7cfdc5cbb68517d0500b5e28017ce3.tar.bz2
historical-51d1427aef7cfdc5cbb68517d0500b5e28017ce3.zip
Revision bump to avoid accidental automagicness.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r--x11-drivers/xf86-video-sis/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4-r1.ebuild (renamed from x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog
index 1c6eb7bb52d2..7e5c3aa4259b 100644
--- a/x11-drivers/xf86-video-sis/ChangeLog
+++ b/x11-drivers/xf86-video-sis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-sis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.54 2012/03/24 16:29:11 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.55 2012/06/11 13:04:23 scarabeus Exp $
+
+*xf86-video-sis-0.10.4-r1 (11 Jun 2012)
+
+ 11 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xf86-video-sis-0.10.4-r1.ebuild, -xf86-video-sis-0.10.4.ebuild:
+ Revision bump to avoid accidental automagicness.
*xf86-video-sis-0.10.4 (24 Mar 2012)
diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4-r1.ebuild
index 670a7d0eff7e..6e5fc0965f57 100644
--- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild
+++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4-r1.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-drivers/xf86-video-sis/xf86-video-sis-0.10.4.ebuild,v 1.1 2012/03/24 16:29:11 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.4-r1.ebuild,v 1.1 2012/06/11 13:04:23 scarabeus Exp $
EAPI=4
XORG_DRI=dri
@@ -11,5 +11,7 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd"
IUSE="dri"
pkg_setup() {
- XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
}