Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/
Date: Thu, 05 Apr 2018 23:19:36
Message-Id: 1522970184.2fed61612bbc95a58bab3cd0ccfc94dec81a194d.whissi@gentoo
1 commit: 2fed61612bbc95a58bab3cd0ccfc94dec81a194d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 23:10:17 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 23:16:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fed6161
7
8 sys-block/mbuffer: x86 stable (bug #651680)
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 sys-block/mbuffer/mbuffer-20171011.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-block/mbuffer/mbuffer-20171011.ebuild b/sys-block/mbuffer/mbuffer-20171011.ebuild
16 index b7d5ef07646..8ecc65f5759 100644
17 --- a/sys-block/mbuffer/mbuffer-20171011.ebuild
18 +++ b/sys-block/mbuffer/mbuffer-20171011.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~x86"
30 +KEYWORDS="~amd64 ~ppc x86"
31 IUSE="debug ssl test"
32
33 RDEPEND="ssl? ( dev-libs/openssl:0= )"