diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-12-28 12:04:54 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-28 12:04:54 +0100 |
commit | f1eae109927ab73618dc8dd85c63fbe8b2ccdb12 (patch) | |
tree | 66ab0411040c9a6da869f280c3fb1f16009bd57f /app-doc | |
parent | www-client/qupzilla: Drop old (diff) | |
download | gentoo-f1eae109927ab73618dc8dd85c63fbe8b2ccdb12.tar.gz gentoo-f1eae109927ab73618dc8dd85c63fbe8b2ccdb12.tar.bz2 gentoo-f1eae109927ab73618dc8dd85c63fbe8b2ccdb12.zip |
app-doc/diveintopython: allow usage across all architectures.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/diveintopython/diveintopython-2.ebuild | 2 | ||||
-rw-r--r-- | app-doc/diveintopython/diveintopython-3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild index a304c56ca41e..42e749bb4991 100644 --- a/app-doc/diveintopython/diveintopython-2.ebuild +++ b/app-doc/diveintopython/diveintopython-2.ebuild @@ -16,7 +16,7 @@ pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf LICENSE="FDL-1.1" SLOT="2" -KEYWORDS="amd64 ppc64 ppc x86" +KEYWORDS="*" IUSE="pdf" S="${WORKDIR}/${MY_P}" diff --git a/app-doc/diveintopython/diveintopython-3.ebuild b/app-doc/diveintopython/diveintopython-3.ebuild index b50c7bf34b3a..c2ed7f311566 100644 --- a/app-doc/diveintopython/diveintopython-3.ebuild +++ b/app-doc/diveintopython/diveintopython-3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz LICENSE="CC-BY-SA-3.0" SLOT="3" -KEYWORDS="amd64 ppc64 ppc x86" +KEYWORDS="*" IUSE="pdf" src_prepare() { |