Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dcfldd/
Date: Sun, 10 Feb 2019 12:12:18
Message-Id: 1549800607.bbfdff60344dee5ced97585869d89b5d4ce351c6.zlogene@gentoo
1 commit: bbfdff60344dee5ced97585869d89b5d4ce351c6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 12:10:07 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 12:10:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfdff60
7
8 sys-apps/dcfldd: amd64 stable wrt bug #676780
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild b/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild
17 index fdff926a5d6..a46e0f70abf 100644
18 --- a/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild
19 +++ b/sys-apps/dcfldd/dcfldd-1.3.4.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,6 +11,6 @@ SRC_URI="mirror://sourceforge/dcfldd/${PN}-${My_PV}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~x86"
31 +KEYWORDS="amd64 ~ppc ~x86"
32
33 S="${WORKDIR}/${PN}-${My_PV}"