diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:25:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:25:10 +0000 |
commit | e0c4d22b9fb6356b212541b3706e63a2611ec117 (patch) | |
tree | 950f1ba5427bcd44716a90e8035f8c19ace05abc /app-admin/python-updater/python-updater-0.11.ebuild | |
parent | Add arm64 love. (diff) | |
download | historical-e0c4d22b9fb6356b212541b3706e63a2611ec117.tar.gz historical-e0c4d22b9fb6356b212541b3706e63a2611ec117.tar.bz2 historical-e0c4d22b9fb6356b212541b3706e63a2611ec117.zip |
Mark m68k/sh stable.
Package-Manager: portage-2.2.8/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'app-admin/python-updater/python-updater-0.11.ebuild')
-rw-r--r-- | app-admin/python-updater/python-updater-0.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/python-updater/python-updater-0.11.ebuild b/app-admin/python-updater/python-updater-0.11.ebuild index 8e963fe43ed2..cdde7d27841b 100644 --- a/app-admin/python-updater/python-updater-0.11.ebuild +++ b/app-admin/python-updater/python-updater-0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.11.ebuild,v 1.11 2013/08/07 13:36:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.11.ebuild,v 1.12 2014/01/18 05:25:06 vapier Exp $ EAPI=5 @@ -15,7 +15,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/python-updater.git" else SRC_URI="http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="GPL-2" |