summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-11-17 23:11:55 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-11-17 23:11:55 +0000
commitd7b0ec75ba8309a142a0a4378a3fbfac4943cccd (patch)
treec0a17d0ecfd7541e83a31bb96fcbc142f3ae9031 /dev-util/strace
parentdev-perl/Gentoo-App-Pram: clean up old. (diff)
downloadgentoo-d7b0ec75ba8309a142a0a4378a3fbfac4943cccd.tar.gz
gentoo-d7b0ec75ba8309a142a0a4378a3fbfac4943cccd.tar.bz2
gentoo-d7b0ec75ba8309a142a0a4378a3fbfac4943cccd.zip
dev-util/strace: Don't eautoreconf when user patches are applied
This is usually a good idea and it probably used to work but for all the versions we have now, configure.ac requires scripts that are missing from the release tarballs. Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-4.13.ebuild4
-rw-r--r--dev-util/strace/strace-4.16.ebuild4
-rw-r--r--dev-util/strace/strace-4.17.ebuild4
-rw-r--r--dev-util/strace/strace-4.18.ebuild4
-rw-r--r--dev-util/strace/strace-4.19.ebuild4
-rw-r--r--dev-util/strace/strace-9999.ebuild4
6 files changed, 18 insertions, 6 deletions
diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild
index 8cc44de60594..5b110f03e767 100644
--- a/dev-util/strace/strace-4.13.ebuild
+++ b/dev-util/strace/strace-4.13.ebuild
@@ -30,7 +30,9 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
perl? ( dev-lang/perl )"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die
diff --git a/dev-util/strace/strace-4.16.ebuild b/dev-util/strace/strace-4.16.ebuild
index 29011899d9d0..ad9e35e242c1 100644
--- a/dev-util/strace/strace-4.16.ebuild
+++ b/dev-util/strace/strace-4.16.ebuild
@@ -30,7 +30,9 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
perl? ( dev-lang/perl )"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die
diff --git a/dev-util/strace/strace-4.17.ebuild b/dev-util/strace/strace-4.17.ebuild
index 9ec77eb9b806..e7f4e44ab5b5 100644
--- a/dev-util/strace/strace-4.17.ebuild
+++ b/dev-util/strace/strace-4.17.ebuild
@@ -30,7 +30,9 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
perl? ( dev-lang/perl )"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die
diff --git a/dev-util/strace/strace-4.18.ebuild b/dev-util/strace/strace-4.18.ebuild
index 5d4fba688f4b..24bc92be859d 100644
--- a/dev-util/strace/strace-4.18.ebuild
+++ b/dev-util/strace/strace-4.18.ebuild
@@ -34,7 +34,9 @@ RDEPEND="
"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die
diff --git a/dev-util/strace/strace-4.19.ebuild b/dev-util/strace/strace-4.19.ebuild
index 5d4fba688f4b..24bc92be859d 100644
--- a/dev-util/strace/strace-4.19.ebuild
+++ b/dev-util/strace/strace-4.19.ebuild
@@ -34,7 +34,9 @@ RDEPEND="
"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild
index 5d4fba688f4b..24bc92be859d 100644
--- a/dev-util/strace/strace-9999.ebuild
+++ b/dev-util/strace/strace-9999.ebuild
@@ -34,7 +34,9 @@ RDEPEND="
"
src_prepare() {
- if epatch_user || [[ ! -e configure ]] ; then
+ epatch_user
+
+ if [[ ! -e configure ]] ; then
# git generation
./xlat/gen.sh || die
./generate_mpers_am.sh || die