Gentoo Archives: gentoo-commits

From: Philip Miess <Phil_miess@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/superposition:master commit in: sys-apps/0install/
Date: Tue, 29 Jan 2019 02:28:07
Message-Id: 1548729265.9338b944ef107548cce61b22abdf50cbe94975fe.Phil_miess@gentoo
1 commit: 9338b944ef107548cce61b22abdf50cbe94975fe
2 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
3 AuthorDate: Tue Jan 29 02:34:25 2019 +0000
4 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
5 CommitDate: Tue Jan 29 02:34:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=9338b944
7
8 fix repoman whitespace complaints
9
10 Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>
11
12 sys-apps/0install/0install-2.13.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-apps/0install/0install-2.13.ebuild b/sys-apps/0install/0install-2.13.ebuild
16 index 88f9a00..ab9db72 100644
17 --- a/sys-apps/0install/0install-2.13.ebuild
18 +++ b/sys-apps/0install/0install-2.13.ebuild
19 @@ -29,11 +29,10 @@ DEPEND="${COMMEN_DEPEND}
20 RDEPEND="${COMMEN_DEPEND}
21 app-crypt/gnupg
22 app-arch/xz-utils"
23 -
24 +
25 # Disable test phase when test USE flag is disabled
26 RESTRICT="!test? ( test )"
27
28 -
29 src_compile() {
30 emake -j1 all
31 }