summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-28 20:13:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-28 21:11:43 +0200
commitaa1f14cce15f92024e56d92cc038e063245ecdf7 (patch)
tree76fdb831f086cbf69f3630dc5fc0d5abb3a50fc2 /media-libs/libvisio
parentdev-ruby/facter: 3.7.0 bup (diff)
downloadgentoo-aa1f14cce15f92024e56d92cc038e063245ecdf7.tar.gz
gentoo-aa1f14cce15f92024e56d92cc038e063245ecdf7.tar.bz2
gentoo-aa1f14cce15f92024e56d92cc038e063245ecdf7.zip
media-libs/libvisio: Drop keywords except ppc
Gentoo-bug: 622924 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r--media-libs/libvisio/libvisio-0.0.30.ebuild10
1 files 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 6b1f84042960..ceb0ca95adbc 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() {