diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-28 20:26:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-06-28 21:11:43 +0200 |
commit | b401e80a0d95476acde8afdd850d82de96b3ebda (patch) | |
tree | 41c4be256403a668695b7c32f151feacf1192ca8 /media-libs/libcdr | |
parent | media-libs/libvisio: Drop keywords except ppc (diff) | |
download | gentoo-b401e80a0d95476acde8afdd850d82de96b3ebda.tar.gz gentoo-b401e80a0d95476acde8afdd850d82de96b3ebda.tar.bz2 gentoo-b401e80a0d95476acde8afdd850d82de96b3ebda.zip |
media-libs/libcdr: Drop keywords except ppc
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/libcdr-0.0.14.ebuild | 10 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-0.0.16.ebuild | 9 |
2 files changed, 6 insertions, 13 deletions
diff --git a/media-libs/libcdr/libcdr-0.0.14.ebuild b/media-libs/libcdr/libcdr-0.0.14.ebuild index 0b82db964c81..6d8dcbd97abe 100644 --- a/media-libs/libcdr/libcdr-0.0.14.ebuild +++ b/media-libs/libcdr/libcdr-0.0.14.ebuild @@ -1,21 +1,18 @@ -# 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/libcdr/" inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr" -[[ ${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="LGPL-2.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() { base_src_prepare [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { diff --git a/media-libs/libcdr/libcdr-0.0.16.ebuild b/media-libs/libcdr/libcdr-0.0.16.ebuild index 03599aafd91c..0aa066692837 100644 --- a/media-libs/libcdr/libcdr-0.0.16.ebuild +++ b/media-libs/libcdr/libcdr-0.0.16.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2015 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/libcdr/" inherit base eutils -[[ ${PV} == 9999 ]] && inherit autotools git-2 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://www.freedesktop.org/wiki/Software/libcdr" -[[ ${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="MPL-2.0" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~ppc" IUSE="doc static-libs" RDEPEND=" @@ -34,7 +32,6 @@ DEPEND="${RDEPEND} src_prepare() { base_src_prepare [[ -d m4 ]] || mkdir "m4" - [[ ${PV} == 9999 ]] && eautoreconf } src_configure() { |