summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-11-29 14:04:14 +0000
committerMike Frysinger <vapier@gentoo.org>2013-11-29 14:04:14 +0000
commit55d5840a90220ce79b5aa8612f025a09e09b0e4a (patch)
tree003a8cbe15c7cdca452bc5a0dfe9b55b86615fb1 /dev-util/strace
parentVersion bump. Fixed docdir location (diff)
downloadgentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.tar.gz
gentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.tar.bz2
gentoo-2-55d5840a90220ce79b5aa8612f025a09e09b0e4a.zip
Fix USE=-perl thinko #492826 by Duncan.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/ChangeLog6
-rw-r--r--dev-util/strace/strace-4.8.ebuild4
-rw-r--r--dev-util/strace/strace-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index aac7330b054b..5e0d9d06118a 100644
--- a/dev-util/strace/ChangeLog
+++ b/dev-util/strace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.189 2013/11/28 22:22:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.190 2013/11/29 14:04:14 vapier Exp $
+
+ 29 Nov 2013; Mike Frysinger <vapier@gentoo.org> strace-4.8.ebuild,
+ strace-9999.ebuild:
+ Fix USE=-perl thinko #492826 by Duncan.
28 Nov 2013; Mike Frysinger <vapier@gentoo.org> strace-4.8.ebuild,
strace-9999.ebuild:
diff --git a/dev-util/strace/strace-4.8.ebuild b/dev-util/strace/strace-4.8.ebuild
index 1e402c5a1a75..ba172e8f1b3c 100644
--- a/dev-util/strace/strace-4.8.ebuild
+++ b/dev-util/strace/strace-4.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.2 2013/11/28 22:22:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.3 2013/11/29 14:04:14 vapier Exp $
EAPI="4"
@@ -41,6 +41,6 @@ src_prepare() {
src_install() {
default
- use perl || rm /usr/bin/strace-graph
+ use perl || rm "${ED}"/usr/bin/strace-graph
dodoc CREDITS
}
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild
index 6f8b3907c450..d30463c8508b 100644
--- a/dev-util/strace/strace-9999.ebuild
+++ b/dev-util/strace/strace-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.5 2013/11/28 22:22:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.6 2013/11/29 14:04:14 vapier Exp $
EAPI="4"
@@ -41,6 +41,6 @@ src_prepare() {
src_install() {
default
- use perl || rm /usr/bin/strace-graph
+ use perl || rm "${ED}"/usr/bin/strace-graph
dodoc CREDITS
}