diff options
author | 2019-12-31 08:43:44 +0100 | |
---|---|---|
committer | 2019-12-31 08:43:44 +0100 | |
commit | 7df421d69df4482bacbaac910e098292cae9b663 (patch) | |
tree | d92267340619cdda23c43084ea1b88c9ebd1b89b /sci-libs/Shapely | |
parent | xfce-extra/xfce4-whiskermenu-plugin: amd64 stable wrt bug #704210 (diff) | |
download | gentoo-7df421d69df4482bacbaac910e098292cae9b663.tar.gz gentoo-7df421d69df4482bacbaac910e098292cae9b663.tar.bz2 gentoo-7df421d69df4482bacbaac910e098292cae9b663.zip |
sci-libs/Shapely: amd64 stable wrt bug #704214
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-libs/Shapely')
-rw-r--r-- | sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild b/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild index 488e7c29a06e..dab5d88d2cd9 100644 --- a/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild +++ b/sci-libs/Shapely/Shapely-1.6.4_p2-r1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="BSD" |