diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-25 19:17:05 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-25 19:17:05 +0000 |
commit | 129bd360bd0d5a2df3b3815a67269ef8f306a1aa (patch) | |
tree | 4fd9f2958588f26397fcffaf2c10129976217633 | |
parent | adding iprutils-2.0.15.8.ebuild (diff) | |
download | gentoo-2-129bd360bd0d5a2df3b3815a67269ef8f306a1aa.tar.gz gentoo-2-129bd360bd0d5a2df3b3815a67269ef8f306a1aa.tar.bz2 gentoo-2-129bd360bd0d5a2df3b3815a67269ef8f306a1aa.zip |
crap, small typo. now fixed
(Portage version: 2.1_pre4-r1)
-rw-r--r-- | sys-libs/slang/slang-1.4.9-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/slang/slang-1.4.9-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/slang/slang-1.4.9-r1.ebuild b/sys-libs/slang/slang-1.4.9-r1.ebuild index f01a7257fed3..75839fbfeb13 100644 --- a/sys-libs/slang/slang-1.4.9-r1.ebuild +++ b/sys-libs/slang/slang-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.21 2006/02/25 19:13:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.22 2006/02/25 19:17:05 liquidx Exp $ inherit eutils @@ -24,7 +24,7 @@ src_unpack() { cd ${S} epatch ${WORKDIR}/${P}.patch - use ppc-macos || epatch ${FILESDIR}/${P}-fsuid.patch + use ppc-macos || epatch ${WORKDIR}/${P}-fsuid.patch epatch ${WORKDIR}/${P}-autoconf.patch if use unicode ; then epatch ${WORKDIR}/slang-debian-utf8.patch diff --git a/sys-libs/slang/slang-1.4.9-r2.ebuild b/sys-libs/slang/slang-1.4.9-r2.ebuild index da50a434580f..1206f126686b 100644 --- a/sys-libs/slang/slang-1.4.9-r2.ebuild +++ b/sys-libs/slang/slang-1.4.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r2.ebuild,v 1.3 2006/02/25 19:13:29 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r2.ebuild,v 1.4 2006/02/25 19:17:05 liquidx Exp $ inherit eutils @@ -24,7 +24,7 @@ src_unpack() { cd ${S} epatch ${WORKDIR}/${P}.patch - use ppc-macos || epatch ${FILESDIR}/${P}-fsuid.patch + use ppc-macos || epatch ${WORKDIR}/${P}-fsuid.patch epatch ${WORKDIR}/${P}-autoconf.patch if use unicode ; then epatch ${WORKDIR}/slang-debian-utf8.patch |