diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-15 22:57:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-15 22:57:09 +0000 |
commit | 2d5d58b3c61b819ec676576655480c169915c2bb (patch) | |
tree | feb5ebbb8cc57aec848d7fca257f4ebc9eba0182 /x11-drivers | |
parent | x11-libs/libXt: bump to 1.0.8, fixes bug #303097 (diff) | |
download | gentoo-2-2d5d58b3c61b819ec676576655480c169915c2bb.tar.gz gentoo-2-2d5d58b3c61b819ec676576655480c169915c2bb.tar.bz2 gentoo-2-2d5d58b3c61b819ec676576655480c169915c2bb.zip |
Fix dependency on util-macros.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index ca93abded8f9..68356494bb97 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.108 2010/03/15 21:22:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.109 2010/03/15 22:57:09 scarabeus Exp $ + + 15 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> + xf86-video-ati-6.12.1-r1.ebuild: + Fix dependency on util-macros. *xf86-video-ati-6.12.192 (15 Mar 2010) *xf86-video-ati-6.12.6 (15 Mar 2010) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild index 2a953f0e54f1..34ac40a94dac 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v 1.11 2010/02/21 16:51:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.1-r1.ebuild,v 1.12 2010/03/15 22:57:09 scarabeus Exp $ # Must be before x-modular eclass is inherited -#SNAPSHOT="yes" +SNAPSHOT="yes" EAPI=2 @@ -21,7 +21,6 @@ SRC_URI="${SRC_URI} RDEPEND=">=x11-base/xorg-server-1.2[-minimal]" DEPEND="${RDEPEND} >=x11-libs/libdrm-2 - >=x11-misc/util-macros-1.1.3 x11-proto/fontsproto x11-proto/glproto x11-proto/randrproto @@ -37,13 +36,13 @@ CONFIGURE_OPTIONS="--enable-dri" #PATCHES="" src_prepare() { - x-modular_src_prepare if [[ -n "${SRC_PATCHES}" ]]; then EPATCH_FORCE="yes" \ EPATCH_SOURCE="${WORKDIR}/patches" \ EPATCH_SUFFIX="patch" \ epatch fi + x-modular_src_prepare } pkg_postinst() { |