summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/diveintopython/diveintopython-2.ebuild')
-rw-r--r--app-doc/diveintopython/diveintopython-2.ebuild6
1 files changed, 3 insertions, 3 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}"