Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmtp/
Date: Sat, 24 Mar 2018 13:56:10
Message-Id: 1521899760.6f381ae12da00188dfb6ae35eea5fa7426b8a00c.slyfox@gentoo
1 commit: 6f381ae12da00188dfb6ae35eea5fa7426b8a00c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 13:52:36 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 13:56:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f381ae1
7
8 media-libs/libmtp: stable 1.1.14 for ia64, bug #648070
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 media-libs/libmtp/libmtp-1.1.14.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libmtp/libmtp-1.1.14.ebuild b/media-libs/libmtp/libmtp-1.1.14.ebuild
17 index b009b4abaff..079492dd3ef 100644
18 --- a/media-libs/libmtp/libmtp-1.1.14.ebuild
19 +++ b/media-libs/libmtp/libmtp-1.1.14.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
27 inherit autotools git-r3
28 else
29 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
31 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
32 fi
33
34 DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"