diff options
author | Keri Harris <keri@gentoo.org> | 2020-05-11 20:23:31 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2020-05-11 20:23:49 +0200 |
commit | 6383f35476ab2ef73020b3d72a09704412069e16 (patch) | |
tree | f7fe7bc507402ac6ae6c478cc174fea3cd862794 /dev-lang/yap/yap-6.3.3-r1.ebuild | |
parent | dev-ruby/activerecord: add ruby27 (diff) | |
download | gentoo-6383f35476ab2ef73020b3d72a09704412069e16.tar.gz gentoo-6383f35476ab2ef73020b3d72a09704412069e16.tar.bz2 gentoo-6383f35476ab2ef73020b3d72a09704412069e16.zip |
dev-lang/yap: fix MYDDAS compiled with stdbool. Closes #720324
Signed-off-by: Keri Harris <keri@gentoo.org>
Package-Manager: Portage-2.3.89, Repoman-2.3.11
Diffstat (limited to 'dev-lang/yap/yap-6.3.3-r1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-6.3.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/yap/yap-6.3.3-r1.ebuild b/dev-lang/yap/yap-6.3.3-r1.ebuild index dae934513993..97ef2fda8f97 100644 --- a/dev-lang/yap/yap-6.3.3-r1.ebuild +++ b/dev-lang/yap/yap-6.3.3-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic java-pkg-opt-2 -PATCHSET_VER="12" +PATCHSET_VER="13" DESCRIPTION="YAP is a high-performance Prolog compiler" HOMEPAGE="http://www.dcc.fc.up.pt/~vsc/Yap/" SRC_URI="http://www.dcc.fc.up.pt/~vsc/Yap/${P}.tar.gz - mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" + https://dev.gentoo.org/~keri/distfiles/yap/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" LICENSE="Artistic LGPL-2" SLOT="0" |