diff options
author | 2017-01-29 18:12:21 +0100 | |
---|---|---|
committer | 2017-01-29 18:15:27 +0100 | |
commit | 9f7920e84749fa438e54c14ab8c86d9fe8c41e8d (patch) | |
tree | e2718c882917816d51f12ebfc54c30fafa9c90f2 /dev-python/pudb/pudb-2016.2.ebuild | |
parent | dev-python/pretend: dropped ~x86-freebsd ~x86-interix (diff) | |
download | gentoo-9f7920e84749fa438e54c14ab8c86d9fe8c41e8d.tar.gz gentoo-9f7920e84749fa438e54c14ab8c86d9fe8c41e8d.tar.bz2 gentoo-9f7920e84749fa438e54c14ab8c86d9fe8c41e8d.zip |
dev-python/pudb: dropped ~x86-interix
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/pudb/pudb-2016.2.ebuild')
-rw-r--r-- | dev-python/pudb/pudb-2016.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pudb/pudb-2016.2.ebuild b/dev-python/pudb/pudb-2016.2.ebuild index 31a6b25597bb..ca3519322459 100644 --- a/dev-python/pudb/pudb-2016.2.ebuild +++ b/dev-python/pudb/pudb-2016.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-interix ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/urwid[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}]" |