diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-18 20:48:58 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-18 21:08:14 +0000 |
commit | fb02bcc3049159a4ee8fbf8e66b7d0a5051284a8 (patch) | |
tree | 50451a96c9de797fdc8d687449a4a61d99b37086 /app-doc/diveintopython | |
parent | perl-module.eclass: Fix bash array handling of DIST_EXAMPLES (diff) | |
download | gentoo-fb02bcc3049159a4ee8fbf8e66b7d0a5051284a8.tar.gz gentoo-fb02bcc3049159a4ee8fbf8e66b7d0a5051284a8.tar.bz2 gentoo-fb02bcc3049159a4ee8fbf8e66b7d0a5051284a8.zip |
app-doc/diveintopython: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-doc/diveintopython')
-rw-r--r-- | app-doc/diveintopython/diveintopython-2.ebuild | 6 | ||||
-rw-r--r-- | app-doc/diveintopython/diveintopython-3.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild index f7ff35470746..49abe894c6d3 100644 --- a/app-doc/diveintopython/diveintopython-2.ebuild +++ b/app-doc/diveintopython/diveintopython-2.ebuild @@ -9,8 +9,6 @@ inherit eutils MY_PV="5.4" MY_P="${PN}-${MY_PV}" -IUSE="pdf" - DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 2" HOMEPAGE="http://www.diveintopython.net/" @@ -22,7 +20,9 @@ SRC_URI="http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}. LICENSE="FDL-1.1" SLOT="2" -KEYWORDS="~amd64 ~ppc64 ~ppc ~x86" +KEYWORDS="amd64 ppc64 ppc x86" + +IUSE="pdf" DEPEND="" RDEPEND="${DEPEND}" diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild index b39e1bae97eb..9940cc1ffedd 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz LICENSE="CC-BY-SA-3.0" SLOT="3" -KEYWORDS="~amd64 ~ppc64 ~ppc ~x86" +KEYWORDS="amd64 ppc64 ppc x86" IUSE="pdf" @@ -29,7 +29,7 @@ src_prepare() { } src_install() { - insinto /usr/share/doc/${PN}-${SLOT} + insinto "/usr/share/doc/${PN}-${SLOT}" use pdf && dodoc "${P}.pdf" doins -r * } |