summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-12 14:14:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-12 14:14:49 +0000
commit8465b82683853f8cc707f7227d0abf016a55c257 (patch)
tree280c10e28c60b81dc85e2cb42b1eddd7ce95a1e8 /sys-devel/patch
parentFixed broken Manifest. (diff)
downloadhistorical-8465b82683853f8cc707f7227d0abf016a55c257.tar.gz
historical-8465b82683853f8cc707f7227d0abf016a55c257.tar.bz2
historical-8465b82683853f8cc707f7227d0abf016a55c257.zip
sh KEYWORDS
Diffstat (limited to 'sys-devel/patch')
-rw-r--r--sys-devel/patch/patch-2.5.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild
index 290249cead2e..f01118286d87 100644
--- a/sys-devel/patch/patch-2.5.9.ebuild
+++ b/sys-devel/patch/patch-2.5.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.20 2004/07/02 08:42:03 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.21 2004/11/12 14:11:54 vapier Exp $
inherit flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE="build static"
DEPEND="virtual/libc"
@@ -39,7 +39,7 @@ src_compile() {
}
src_install() {
- einstall
+ einstall || die
if ! use build ; then
dodoc AUTHORS ChangeLog NEWS README
else