diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:53:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:53:45 +0000 |
commit | d01e8e0d7d9228fdc51b8f221dc863ec57d9497f (patch) | |
tree | 273e4dd49aad4355b35e91d8eaf3baf4faa35d2c /net-mail/queue-fix | |
parent | stable on x86 as per bug #123039 (diff) | |
download | gentoo-2-d01e8e0d7d9228fdc51b8f221dc863ec57d9497f.tar.gz gentoo-2-d01e8e0d7d9228fdc51b8f221dc863ec57d9497f.tar.bz2 gentoo-2-d01e8e0d7d9228fdc51b8f221dc863ec57d9497f.zip |
s390/sh stable
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/queue-fix')
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index c7bf8073a86b..0b6c1e095f01 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-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/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.15 2006/02/14 03:40:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.16 2006/02/19 23:51:14 vapier Exp $ inherit eutils toolchain-funcs fixheadtails @@ -11,7 +11,7 @@ SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k mips ppc ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" IUSE="" DEPEND="virtual/libc" @@ -25,9 +25,9 @@ PDEPEND=" src_unpack() { unpack ${P}.tar.gz - epatch ${DISTDIR}/queue-fix-todo.patch + epatch "${DISTDIR}"/queue-fix-todo.patch sed -i 's/^extern int errno;/#include <errno.h>/' ${S}/error.h - ht_fix_file ${S}/Makefile* + ht_fix_file "${S}"/Makefile* } src_compile() { |