diff options
author | 2008-06-22 17:30:49 +0000 | |
---|---|---|
committer | 2008-06-22 17:30:49 +0000 | |
commit | d6a9934db9a96a4d1a2f47fcf3c661b670670fc9 (patch) | |
tree | 9d08dc3f9086c36d3ce851a7f8aabecb54488468 /dev-libs/stfl/stfl-0.17.ebuild | |
parent | Undoing previous change, as media-plugins/vdr-graphtft is unmasked again. (diff) | |
download | gentoo-2-d6a9934db9a96a4d1a2f47fcf3c661b670670fc9.tar.gz gentoo-2-d6a9934db9a96a4d1a2f47fcf3c661b670670fc9.tar.bz2 gentoo-2-d6a9934db9a96a4d1a2f47fcf3c661b670670fc9.zip |
Fixed multilib bugs; keyworded ~amd64, bug #209304
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/stfl/stfl-0.17.ebuild')
-rw-r--r-- | dev-libs/stfl/stfl-0.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/stfl/stfl-0.17.ebuild b/dev-libs/stfl/stfl-0.17.ebuild index b6e4f7d772d1..3ccce1794250 100644 --- a/dev-libs/stfl/stfl-0.17.ebuild +++ b/dev-libs/stfl/stfl-0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.3 2007/12/27 12:50:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.4 2008/06/22 17:30:49 gentoofan23 Exp $ inherit perl-module toolchain-funcs eutils @@ -23,7 +23,7 @@ RDEPEND="sys-libs/ncurses ruby? ( dev-lang/ruby )" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" sed -i \ -e "s!-Os -ggdb!!" \ |