commit: aa1f14cce15f92024e56d92cc038e063245ecdf7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:13:55 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 19:11:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1f14cc
media-libs/libvisio: Drop keywords except ppc
Gentoo-bug: 622924
Package-Manager: Portage-2.3.6, Repoman-2.3.1
media-libs/libvisio/libvisio-0.0.30.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/media-libs/libvisio/libvisio-0.0.30.ebuild
b/media-libs/libvisio/libvisio-0.0.30.ebuild
index 6b1f8404296..ceb0ca95adb 100644
--- a/media-libs/libvisio/libvisio-0.0.30.ebuild
+++ b/media-libs/libvisio/libvisio-0.0.30.ebuild
@@ -1,20 +1,17 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
DESCRIPTION="Library parsing the visio documents"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libvisio"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
+SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="ppc"
IUSE="doc static-libs"
RDEPEND="
@@ -35,7 +32,6 @@ DEPEND="${RDEPEND}
src_prepare() {
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
- [[ ${PV} == 9999 ]] && eautoreconf
}
src_configure() {