commit:     6b492628cdf243f7950ead4b2bc61829c2396d07
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 15:21:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 15:22:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b492628

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 <AT> gentoo.org>

 app-text/teckit/teckit-2.5.10.ebuild | 11 +++++------
 1 file 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 2a65a4c4820..5a305123828 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

Reply via email to