Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/
Date: Sun, 02 Apr 2017 18:38:42
Message-Id: 1491158303.cf1f76fb8851c2f2e2b32e085386cc502d6ebd28.tupone@gentoo
1 commit: cf1f76fb8851c2f2e2b32e085386cc502d6ebd28
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 18:38:23 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 18:38:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1f76fb
7
8 dev-ada/xmlada: Fix dependency
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ada/xmlada/xmlada-2016.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ada/xmlada/xmlada-2016.ebuild b/dev-ada/xmlada/xmlada-2016.ebuild
16 index a9c2b121100..a6cef15df53 100644
17 --- a/dev-ada/xmlada/xmlada-2016.ebuild
18 +++ b/dev-ada/xmlada/xmlada-2016.ebuild
19 @@ -17,8 +17,9 @@ KEYWORDS="~amd64"
20 IUSE="+shared static static-pic"
21 REQUIRED_USE="|| ( shared static static-pic )"
22
23 -RDEPEND="dev-ada/gprbuild"
24 -DEPEND="${RDEPEND}"
25 +RDEPEND="dev-lang/gnat-gpl"
26 +DEPEND="${RDEPEND}
27 + dev-ada/gprbuild"
28
29 S="${WORKDIR}"/${MYP}-src