summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-30 17:29:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-30 17:29:56 +0000
commitcc2b6035e0ceddb5fdc0df370f2ad6bee00596b6 (patch)
tree944eb7a0a4ead7282bd3e4d021e0b683396af955 /sys-process
parentcorrect LICENSE, thanks to Johan Bergström. fix #340108 (diff)
downloadgentoo-2-cc2b6035e0ceddb5fdc0df370f2ad6bee00596b6.tar.gz
gentoo-2-cc2b6035e0ceddb5fdc0df370f2ad6bee00596b6.tar.bz2
gentoo-2-cc2b6035e0ceddb5fdc0df370f2ad6bee00596b6.zip
wrong dies
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/audit/audit-2.0.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/audit/audit-2.0.5.ebuild b/sys-process/audit/audit-2.0.5.ebuild
index 8a60c0d15b2d..299d2d726ccb 100644
--- a/sys-process/audit/audit-2.0.5.ebuild
+++ b/sys-process/audit/audit-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.5 2011/03/30 17:23:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.6 2011/03/30 17:29:56 ssuominen Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -97,7 +97,7 @@ src_compile() {
building() {
emake \
PYTHON_VERSION="$(python_get_version)" \
- pyexecdir="$(python_get_sitedir)" || die
+ pyexecdir="$(python_get_sitedir)"
}
local dir
for dir in ${PYTHON_DIRS}; do
@@ -113,7 +113,7 @@ src_install() {
DESTDIR="${D}" \
PYTHON_VERSION="$(python_get_version)" \
pyexecdir="$(python_get_sitedir)" \
- install || die
+ install
}
local dir
for dir in ${PYTHON_DIRS}; do