diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 15:21:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 15:22:05 +0000 |
commit | 6b492628cdf243f7950ead4b2bc61829c2396d07 (patch) | |
tree | 409b35eb7147b8b741ee46af4614b80c7deaacd4 /app-text/teckit | |
parent | games-fps/doomsday: bump to 2.3.0 (diff) | |
download | gentoo-6b492628cdf243f7950ead4b2bc61829c2396d07.tar.gz gentoo-6b492628cdf243f7950ead4b2bc61829c2396d07.tar.bz2 gentoo-6b492628cdf243f7950ead4b2bc61829c2396d07.zip |
app-text/teckit: fix src_prepare
Closes: https://bugs.gentoo.org/765106
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/teckit')
-rw-r--r-- | app-text/teckit/teckit-2.5.10.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/teckit/teckit-2.5.10.ebuild b/app-text/teckit/teckit-2.5.10.ebuild index 2a65a4c4820a..5a3051238283 100644 --- a/app-text/teckit/teckit-2.5.10.ebuild +++ b/app-text/teckit/teckit-2.5.10.ebuild @@ -13,15 +13,14 @@ LICENSE="|| ( CPL-0.5 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND="sys-libs/zlib - dev-libs/expat" +RDEPEND=" + dev-libs/expat + sys-libs/zlib +" DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/${PN}-2.5.1-mixcflagscxxflags.patch" -) - src_prepare() { + default rm -f configure || die sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die |