Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dilfridge:master commit in: dev-vcs/git/
Date: Sat, 04 Jan 2014 21:50:17
Message-Id: 1388872227.c74e0a225db79be236158f684682abcb26d06adc.dilfridge@gentoo
1 commit: c74e0a225db79be236158f684682abcb26d06adc
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 21:50:27 2014 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 21:50:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=c74e0a22
7
8 [dev-vcs/git] add missing dependency
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 dev-vcs/git/{git-1.8.5.2.ebuild => git-1.8.5.2-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/git/git-1.8.5.2.ebuild b/dev-vcs/git/git-1.8.5.2-r1.ebuild
17 similarity index 98%
18 rename from dev-vcs/git/git-1.8.5.2.ebuild
19 rename to dev-vcs/git/git-1.8.5.2-r1.ebuild
20 index 9232939..7605b79 100644
21 --- a/dev-vcs/git/git-1.8.5.2.ebuild
22 +++ b/dev-vcs/git/git-1.8.5.2-r1.ebuild
23 @@ -32,7 +32,7 @@ if [[ ${PV} != *9999 ]]; then
24 ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
25 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
26 )"
27 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 + KEYWORDS="~amd64 ~x86"
29 else
30 SRC_URI=""
31 KEYWORDS=""
32 @@ -58,6 +58,7 @@ CDEPEND="
33
34 RDEPEND="${CDEPEND}
35 gpg? ( app-crypt/gnupg )
36 + mediawiki? ( dev-perl/MediaWiki-API )
37 perl? ( dev-perl/Error
38 dev-perl/Net-SMTP-SSL
39 dev-perl/Authen-SASL