diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:11:07 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:11:07 +0100 |
commit | b68f22cff2fd9e66506f8c2ee6ed0efb6f4b5cce (patch) | |
tree | b7927bbc3d38b1e0e3566c902d252e3a7c675bd4 /app-admin/python-updater | |
parent | dev-lang/mono: bump (diff) | |
download | gentoo-b68f22cff2fd9e66506f8c2ee6ed0efb6f4b5cce.tar.gz gentoo-b68f22cff2fd9e66506f8c2ee6ed0efb6f4b5cce.tar.bz2 gentoo-b68f22cff2fd9e66506f8c2ee6ed0efb6f4b5cce.zip |
app-admin/python-updater: sparc stable wrt bug #547328
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/python-updater')
-rw-r--r-- | app-admin/python-updater/python-updater-0.14.ebuild | 4 |
1 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 49150f964824..8fa660a2b9d1 100644 --- a/app-admin/python-updater/python-updater-0.14.ebuild +++ b/app-admin/python-updater/python-updater-0.14.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$ @@ -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" |