diff options
-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" |