diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-12-24 17:51:34 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-12-24 17:51:34 +0000 |
commit | 2ce2530267b708d0c909e40da5c898035405244e (patch) | |
tree | b19c5030a5d53a4d84e0e96e01e8722e84d3cc2e /x11-misc/xac/xac-0.6_pre3.ebuild | |
parent | made libaio and basic romio support the standard config (diff) | |
download | gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.tar.gz gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.tar.bz2 gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.zip |
Removed old versions. Marked _pre3 stable.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-misc/xac/xac-0.6_pre3.ebuild')
-rw-r--r-- | x11-misc/xac/xac-0.6_pre3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xac/xac-0.6_pre3.ebuild b/x11-misc/xac/xac-0.6_pre3.ebuild index a29a6d114fc2..17d35437e75a 100644 --- a/x11-misc/xac/xac-0.6_pre3.ebuild +++ b/x11-misc/xac/xac-0.6_pre3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.4 2007/07/22 04:01:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.5 2007/12/24 17:51:33 josejx Exp $ inherit toolchain-funcs DESCRIPTION="Xorgautoconfig (xac) generates configuration files for X.org" HOMEPAGE="http://dev.gentoo.org/~josejx/xac.html" LICENSE="GPL-2" -KEYWORDS="~ppc ~ppc64 ~x86" +KEYWORDS="ppc ppc64 ~x86" SLOT="0" IUSE="livecd" DEPEND=">=dev-lang/python-2.3 @@ -17,8 +17,8 @@ RDEPEND=">=dev-lang/python-2.3 SRC_URI="mirror://gentoo/${P}.tar.bz2" src_unpack() { - unpack ${A} - cd ${S} + unpack "${A}" + cd "${S}" ### Replace /usr/lib/xac with libdir version sed -i "s:/usr/lib/xac:/usr/$(get_libdir)/xac:" xac |