diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2008-02-26 13:09:58 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2008-02-26 13:09:58 +0000 |
commit | 167943a7b87aba5aba0bd0a05276ec1bbc5758b3 (patch) | |
tree | 21408ae182308231a65e55a2c5b70b818b80ea98 /dev-cpp/sptk/sptk-3.5.7.05.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-167943a7b87aba5aba0bd0a05276ec1bbc5758b3.tar.gz gentoo-2-167943a7b87aba5aba0bd0a05276ec1bbc5758b3.tar.bz2 gentoo-2-167943a7b87aba5aba0bd0a05276ec1bbc5758b3.zip |
Make repoman syntax checker happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-cpp/sptk/sptk-3.5.7.05.ebuild')
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.7.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/sptk/sptk-3.5.7.05.ebuild b/dev-cpp/sptk/sptk-3.5.7.05.ebuild index b3040563182d..cc45765fcd19 100644 --- a/dev-cpp/sptk/sptk-3.5.7.05.ebuild +++ b/dev-cpp/sptk/sptk-3.5.7.05.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.05.ebuild,v 1.1 2008/02/26 12:38:44 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.05.ebuild,v 1.2 2008/02/26 13:09:58 iluxa Exp $ inherit eutils flag-o-matic autotools @@ -31,7 +31,7 @@ check_use() { } src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" check_use examples EXAMPLES |