diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-11 13:04:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-11 13:04:23 +0000 |
commit | 51d1427aef7cfdc5cbb68517d0500b5e28017ce3 (patch) | |
tree | c7bad7c286b3f3644c0a73b18bd8cd878152758f /x11-drivers/xf86-video-tdfx | |
parent | Replace remove_libtool_files with prune_libtool_files. (diff) | |
download | historical-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-tdfx')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild (renamed from x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild) | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog index bacbf92398ed..e33ebb08b39d 100644 --- a/x11-drivers/xf86-video-tdfx/ChangeLog +++ b/x11-drivers/xf86-video-tdfx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-tdfx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.57 2012/03/24 16:29:33 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.58 2012/06/11 13:03:05 scarabeus Exp $ + +*xf86-video-tdfx-1.4.4-r1 (11 Jun 2012) + + 11 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-video-tdfx-1.4.4-r1.ebuild, -xf86-video-tdfx-1.4.4.ebuild: + Revision bump to avoid accidental automagicness. *xf86-video-tdfx-1.4.4 (24 Mar 2012) diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild index 36680a0dbb1f..e0a544f0331e 100644 --- a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild +++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild @@ -1,17 +1,21 @@ # 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-tdfx/xf86-video-tdfx-1.4.4.ebuild,v 1.1 2012/03/24 16:29:33 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild,v 1.1 2012/06/11 13:03:05 scarabeus Exp $ EAPI=4 XORG_DRI=dri + inherit xorg-2 DESCRIPTION="3Dfx video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="dri" + RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND}" pkg_setup() { - XORG_CONFIGURE_OPTIONS="$(use_enable dri)" + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) } |