diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 14:26:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 14:27:29 +0100 |
commit | d1fdc95734af00b45adca1429db2be4f9665342d (patch) | |
tree | c10f7dca2249890a4bdbdba1eb68288acc933f50 /dev-python/urlgrabber | |
parent | dev-python/u-msgpack: ppc stable wrt bug #714546 (diff) | |
download | gentoo-d1fdc95734af00b45adca1429db2be4f9665342d.tar.gz gentoo-d1fdc95734af00b45adca1429db2be4f9665342d.tar.bz2 gentoo-d1fdc95734af00b45adca1429db2be4f9665342d.zip |
dev-python/urlgrabber: ppc stable wrt bug #714550
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/urlgrabber')
-rw-r--r-- | dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild index 707c5ec479a3..74d1e391bc2e 100644 --- a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild +++ b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ppc ~ppc64 ~x86" IUSE="" DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]" |