diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-09-06 22:26:54 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-09-06 22:26:54 +0000 |
commit | 003c1e03ad4443a1cc510d118e4f5d8530ac2696 (patch) | |
tree | d3032098863f7a9f57ae24af41198f0f696a421b /dev-lang/ifc | |
parent | oggvorbis -> vorbis in IUSE, bug #94254 (diff) | |
download | gentoo-2-003c1e03ad4443a1cc510d118e4f5d8530ac2696.tar.gz gentoo-2-003c1e03ad4443a1cc510d118e4f5d8530ac2696.tar.bz2 gentoo-2-003c1e03ad4443a1cc510d118e4f5d8530ac2696.zip |
Fixed typo (Bug #104941).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-9.0.021.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 0963a8efd220..412941f5b22f 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.16 2005/09/02 23:30:47 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.17 2005/09/06 22:26:54 kugelfang Exp $ + + 06 Sep 2005; Danny van Dyk <kugelfang@gentoo.org> ifc-9.0.021.ebuild: + Fixed a typo (Bug #104941). Thanks to Martin Mokrejs for spotting this. *ifc-9.0.026 (02 Sep 2005) *ifc-9.0.021 (02 Sep 2005) diff --git a/dev-lang/ifc/ifc-9.0.021.ebuild b/dev-lang/ifc/ifc-9.0.021.ebuild index 63037e991954..feab5a558d69 100644 --- a/dev-lang/ifc/ifc-9.0.021.ebuild +++ b/dev-lang/ifc/ifc-9.0.021.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.021.ebuild,v 1.1 2005/09/02 23:30:47 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.021.ebuild,v 1.2 2005/09/06 22:26:54 kugelfang Exp $ inherit rpm @@ -16,7 +16,7 @@ MMV="9.0" SRC_URI="l_fc_p_${PV}.tar.gz" DEPEND=">=sys-libs/glibc-2.3.2" RDEPEND="sys-devel/gcc" -S="${WORKDIR}/l_fc_c_${PV}" +S="${WORKDIR}/l_fc_p_${PV}" src_unpack() { unpack ${A} |