Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/diskdev_cmds/
Date: Tue, 11 Oct 2016 06:37:45
Message-Id: 1476167859.cfcecd37841addf52c1d302b22e1377eaaa8a653.jer@gentoo
1 commit: cfcecd37841addf52c1d302b22e1377eaaa8a653
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 06:37:17 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 06:37:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcecd37
7
8 sys-fs/diskdev_cmds: Mark ~ppc64 (bug #571430).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
17 index 8b1a4dd..e86d2a2 100644
18 --- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
19 +++ b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-${MY_PV}.
27 mirror://gentoo/diskdev_cmds-${PV}.patch.bz2"
28 LICENSE="APSL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ppc x86"
31 +KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
32 IUSE=""
33 DEPEND="dev-libs/openssl"
34 RDEPEND="${DEPEND}"