commit: fb02bcc3049159a4ee8fbf8e66b7d0a5051284a8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 20:48:58 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 21:08:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb02bcc3
app-doc/diveintopython: Stable for amd64. Retroactively mark stable for the
remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
app-doc/diveintopython/diveintopython-2.ebuild | 6 +++---
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 f7ff354..49abe89 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 b39e1ba..9940cc1 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 *
}