summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-03 15:19:41 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-03 15:19:41 +0000
commitd2d83a700c6b4fa455cd1adfaf29bf460ab3aada (patch)
treef4649f00da8c3a46821d0037a4a7bebaf98546d1 /app-admin/chrpath
parentVersion bump to latest development release as requested at IRC. (diff)
downloadgentoo-2-d2d83a700c6b4fa455cd1adfaf29bf460ab3aada.tar.gz
gentoo-2-d2d83a700c6b4fa455cd1adfaf29bf460ab3aada.tar.bz2
gentoo-2-d2d83a700c6b4fa455cd1adfaf29bf460ab3aada.zip
add proper die checking
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r--app-admin/chrpath/chrpath-0.13.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild
index 77bf4af8c670..9c292a4951ac 100644
--- a/app-admin/chrpath/chrpath-0.13.ebuild
+++ b/app-admin/chrpath/chrpath-0.13.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/app-admin/chrpath/chrpath-0.13.ebuild,v 1.6 2007/07/03 18:58:59 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.7 2008/01/03 15:19:41 vapier Exp $
inherit eutils
@@ -10,15 +10,11 @@ SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-
IUSE=""
-DEPEND="virtual/libc"
-
src_install() {
- dobin chrpath
+ dobin chrpath || die
doman chrpath.1
dodoc ChangeLog AUTHORS NEWS README
}