diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 18:19:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 18:19:48 +0000 |
commit | 58d9b4da05f1bf28dd725b213c063909abab72ca (patch) | |
tree | bbee195383ad866ff458b185835ac7ab28c97bb5 /x11-misc/xac | |
parent | Fix repoman warnings (diff) | |
download | historical-58d9b4da05f1bf28dd725b213c063909abab72ca.tar.gz historical-58d9b4da05f1bf28dd725b213c063909abab72ca.tar.bz2 historical-58d9b4da05f1bf28dd725b213c063909abab72ca.zip |
Fix repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xac')
-rw-r--r-- | x11-misc/xac/xac-0.6_pre3.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.6_pre4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/xac/xac-0.6_pre3.ebuild b/x11-misc/xac/xac-0.6_pre3.ebuild index 17d35437e75a..edf376acc3f5 100644 --- a/x11-misc/xac/xac-0.6_pre3.ebuild +++ b/x11-misc/xac/xac-0.6_pre3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.5 2007/12/24 17:51:33 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.6 2009/05/05 18:18:34 ssuominen Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/python-2.3 SRC_URI="mirror://gentoo/${P}.tar.bz2" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" ### Replace /usr/lib/xac with libdir version diff --git a/x11-misc/xac/xac-0.6_pre4.ebuild b/x11-misc/xac/xac-0.6_pre4.ebuild index 540923b2a078..e827fb7bc246 100644 --- a/x11-misc/xac/xac-0.6_pre4.ebuild +++ b/x11-misc/xac/xac-0.6_pre4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.4 2008/09/23 07:19:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.5 2009/05/05 18:18:34 ssuominen Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/python-2.3 SRC_URI="mirror://gentoo/${P}.tar.bz2" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" ### Replace /usr/lib/xac with libdir version |