From 6f3c4284283ac6aa93999c286ccb350faad248c8 Mon Sep 17 00:00:00 2001 From: tharvik Date: Sun, 28 Jan 2018 19:45:13 +0100 Subject: app-doc/diveintopython: remove invalid KEYWORDS. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6990 --- app-doc/diveintopython/diveintopython-2.ebuild | 8 ++------ app-doc/diveintopython/diveintopython-3.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'app-doc/diveintopython') diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild index 42e749bb4991..391c52aba09b 100644 --- a/app-doc/diveintopython/diveintopython-2.ebuild +++ b/app-doc/diveintopython/diveintopython-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,15 +16,11 @@ pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf LICENSE="FDL-1.1" SLOT="2" -KEYWORDS="*" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="pdf" S="${WORKDIR}/${MY_P}" -src_prepare() { - default -} - src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" use pdf && dodoc "${PN}.pdf" diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild index c2ed7f311566..bc2f6bfcc2c3 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,13 +13,9 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz LICENSE="CC-BY-SA-3.0" SLOT="3" -KEYWORDS="*" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="pdf" -src_prepare() { - default -} - src_install() { insinto "/usr/share/doc/${PN}-${SLOT}" use pdf && dodoc "${P}.pdf" -- cgit v1.2.3-65-gdbad