diff options
author | 2016-05-31 05:46:03 +0000 | |
---|---|---|
committer | 2016-05-31 05:46:03 +0000 | |
commit | 3b83405daecf62398049c9e9617a84abcfe706d3 (patch) | |
tree | d291a13ae94d6c8899f3d88b14596916b3d6f4aa | |
parent | 2016-05-31 05:24:06 UTC (diff) | |
parent | dev-python/lxml: Stable for HPPA (bug #577654). (diff) | |
download | gentoo-3b83405daecf62398049c9e9617a84abcfe706d3.tar.gz gentoo-3b83405daecf62398049c9e9617a84abcfe706d3.tar.bz2 gentoo-3b83405daecf62398049c9e9617a84abcfe706d3.zip |
Merge updates from master
-rw-r--r-- | app-admin/python-updater/python-updater-0.14.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/python-updater/python-updater-0.14.ebuild b/app-admin/python-updater/python-updater-0.14.ebuild index 25796b364430..b8fdeca81327 100644 --- a/app-admin/python-updater/python-updater-0.14.ebuild +++ b/app-admin/python-updater/python-updater-0.14.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/python-updater.git" else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" diff --git a/dev-python/lxml/lxml-3.5.0.ebuild b/dev-python/lxml/lxml-3.5.0.ebuild index 380f93ba12ae..64901bc4acfe 100644 --- a/dev-python/lxml/lxml-3.5.0.ebuild +++ b/dev-python/lxml/lxml-3.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples +threads test" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. |