Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/davl/
Date: Thu, 26 Jul 2018 03:58:35
Message-Id: 1532576329.65507d39254e142fc870358ad06233cfbd1d0b38.soap@gentoo
1 commit: 65507d39254e142fc870358ad06233cfbd1d0b38
2 Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
3 AuthorDate: Thu Jul 26 01:36:57 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 03:38:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65507d39
7
8 sys-fs/davl: Remove ~amd64
9
10 Closes: https://bugs.gentoo.org/662150
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 Closes: https://github.com/gentoo/gentoo/pull/9353
13
14 sys-fs/davl/davl-1.2.4-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-fs/davl/davl-1.2.4-r2.ebuild b/sys-fs/davl/davl-1.2.4-r2.ebuild
18 index 7d27600f6a5..0fdc23693d0 100644
19 --- a/sys-fs/davl/davl-1.2.4-r2.ebuild
20 +++ b/sys-fs/davl/davl-1.2.4-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~x86"
33 IUSE=""
34
35 RDEPEND=">=x11-libs/gtk+-2.6:2"