diff options
author | Sam James <sam@gentoo.org> | 2020-09-16 01:47:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-16 01:47:32 +0000 |
commit | eb3b0de81e81e163488b4de04a0bc54018b0eb7b (patch) | |
tree | 93f4036f720fd49d1e8c196b367c8d1650b836db /dev-util/cgdb/cgdb-0.6.8.ebuild | |
parent | dev-util/cgdb: respect AR, use eautoreconf for building (diff) | |
download | gentoo-eb3b0de81e81e163488b4de04a0bc54018b0eb7b.tar.gz gentoo-eb3b0de81e81e163488b4de04a0bc54018b0eb7b.tar.bz2 gentoo-eb3b0de81e81e163488b4de04a0bc54018b0eb7b.zip |
dev-util/cgdb: shift AT_M4DIR definition
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cgdb/cgdb-0.6.8.ebuild')
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index ca101810c78e..a9898610f2cb 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -12,8 +12,8 @@ else SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" fi + inherit autotools multilib-minimal -AT_M4DIR=config DESCRIPTION="A curses front-end for GDB, the GNU debugger" HOMEPAGE="https://cgdb.github.io/" @@ -43,7 +43,7 @@ PATCHES=( src_prepare() { cp configure.{init,ac} || die "cp failed" default - eautoreconf + AT_M4DIR="config" eautoreconf } multilib_src_configure() { |