diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-11-22 16:35:34 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-11-22 16:37:03 +0100 |
commit | 02049a3d0aa6ba30cdce3a94bc26ae3045667b9f (patch) | |
tree | f57875573324822f05ac50672f4f64f4030c201a /dev-util | |
parent | dev-util/strace: Bump to version 4.20 (diff) | |
download | gentoo-02049a3d0aa6ba30cdce3a94bc26ae3045667b9f.tar.gz gentoo-02049a3d0aa6ba30cdce3a94bc26ae3045667b9f.tar.bz2 gentoo-02049a3d0aa6ba30cdce3a94bc26ae3045667b9f.zip |
dev-util/strace: Sync live ebuild.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 24bc92be859d..458e7d64d80e 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit flag-o-matic eutils toolchain-funcs +inherit flag-o-matic toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.code.sf.net/p/strace/code" EGIT_PROJECT="${PN}" - inherit git-2 autotools + inherit git-r3 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" @@ -34,7 +34,7 @@ RDEPEND=" " src_prepare() { - epatch_user + default if [[ ! -e configure ]] ; then # git generation |