diff options
author | tharvik <tharvik@users.noreply.github.com> | 2018-01-28 19:45:13 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-30 23:20:40 +0100 |
commit | 6f3c4284283ac6aa93999c286ccb350faad248c8 (patch) | |
tree | 7f07d586b2206e9a9daffbc20944389f81fca559 /app-doc/diveintopython | |
parent | media-video/syncplay: drop old 1.4.0. (diff) | |
download | gentoo-6f3c4284283ac6aa93999c286ccb350faad248c8.tar.gz gentoo-6f3c4284283ac6aa93999c286ccb350faad248c8.tar.bz2 gentoo-6f3c4284283ac6aa93999c286ccb350faad248c8.zip |
app-doc/diveintopython: remove invalid KEYWORDS.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6990
Diffstat (limited to 'app-doc/diveintopython')
-rw-r--r-- | app-doc/diveintopython/diveintopython-2.ebuild | 8 | ||||
-rw-r--r-- | app-doc/diveintopython/diveintopython-3.ebuild | 8 |
2 files changed, 4 insertions, 12 deletions
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" |