Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/agda/
Date: Tue, 24 Dec 2019 11:06:49
Message-Id: 1577185586.6e983fec6727b4776eb34d2aaf01b73f486bb163.slyfox@gentoo
1 commit: 6e983fec6727b4776eb34d2aaf01b73f486bb163
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 11:06:26 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 11:06:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e983fec
7
8 sci-mathematics/agda: allow multiple revisions of agda-stdlib
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sci-mathematics/agda/agda-2.4.2.5-r2.ebuild | 2 +-
14 sci-mathematics/agda/agda-2.5.2-r1.ebuild | 2 +-
15 sci-mathematics/agda/agda-2.5.2-r2.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild
19 index b958c29c542..634862b133a 100644
20 --- a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild
21 +++ b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild
22 @@ -47,7 +47,7 @@ RDEPEND+="
23 emacs? ( >=app-editors/emacs-23.1:*
24 app-emacs/haskell-mode )
25 "
26 -PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${PV} )"
27 +PDEPEND="stdlib? ( ~sci-mathematics/agda-stdlib-${PV} )"
28 DEPEND="${RDEPEND}
29 dev-haskell/alex
30 >=dev-haskell/cabal-1.16.0
31
32 diff --git a/sci-mathematics/agda/agda-2.5.2-r1.ebuild b/sci-mathematics/agda/agda-2.5.2-r1.ebuild
33 index d5d805f48ba..9bc509d3579 100644
34 --- a/sci-mathematics/agda/agda-2.5.2-r1.ebuild
35 +++ b/sci-mathematics/agda/agda-2.5.2-r1.ebuild
36 @@ -66,7 +66,7 @@ RDEPEND+="
37 emacs? ( >=app-editors/emacs-23.1:*
38 app-emacs/haskell-mode )
39 "
40 -PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )"
41 +PDEPEND="stdlib? ( ~sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )"
42 DEPEND="${RDEPEND}
43 dev-haskell/alex
44 >=dev-haskell/cabal-1.22.2.0
45
46 diff --git a/sci-mathematics/agda/agda-2.5.2-r2.ebuild b/sci-mathematics/agda/agda-2.5.2-r2.ebuild
47 index 2f77831b072..c5ee1f84166 100644
48 --- a/sci-mathematics/agda/agda-2.5.2-r2.ebuild
49 +++ b/sci-mathematics/agda/agda-2.5.2-r2.ebuild
50 @@ -66,7 +66,7 @@ RDEPEND+="
51 emacs? ( >=app-editors/emacs-23.1:*
52 app-emacs/haskell-mode )
53 "
54 -PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )"
55 +PDEPEND="stdlib? ( ~sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )"
56 DEPEND="${RDEPEND}
57 dev-haskell/alex
58 >=dev-haskell/cabal-1.22.2.0