Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/
Date: Sun, 18 Nov 2018 10:52:40
Message-Id: 1542538327.a9fb77d78348de5958379aa6cadfc7bfc6777be3.slyfox@gentoo
1 commit: a9fb77d78348de5958379aa6cadfc7bfc6777be3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 10:52:07 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 10:52:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fb77d7
7
8 app-admin/testdisk: keyworded 7.1_pre20180922 for ppc64, bug #671192
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-admin/testdisk/testdisk-7.1_pre20180922.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
18 index 9c65ee90ea0..91b33ce97ff 100644
19 --- a/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
20 +++ b/app-admin/testdisk/testdisk-7.1_pre20180922.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://git.cgsecurity.org/cgit/${PN}/snapshot/${PN}-${EGIT_COMMIT}.tar
22
23 LICENSE="GPL-2+"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
26 +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
27 IUSE="ewf jpeg ntfs qt5 reiserfs static zlib"
28
29 REQUIRED_USE="static? ( !qt5 )"