diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-02 22:08:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-02 22:08:06 +0000 |
commit | 99c531f7d40a9396596409b47cbdf55a6ab09b66 (patch) | |
tree | 2867e9cd7bf8e47e582edcb2ad371afaa0e518e1 /app-admin/python-updater/python-updater-0.10.ebuild | |
parent | Marking mock-0.7.2 ppc64 for bug 400331 (diff) | |
download | gentoo-2-99c531f7d40a9396596409b47cbdf55a6ab09b66.tar.gz gentoo-2-99c531f7d40a9396596409b47cbdf55a6ab09b66.tar.bz2 gentoo-2-99c531f7d40a9396596409b47cbdf55a6ab09b66.zip |
Marking python-updater-0.10 ppc64 for bug 400861
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-admin/python-updater/python-updater-0.10.ebuild')
-rw-r--r-- | app-admin/python-updater/python-updater-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/python-updater/python-updater-0.10.ebuild b/app-admin/python-updater/python-updater-0.10.ebuild index 2b99732373e5..78be5c927b5c 100644 --- a/app-admin/python-updater/python-updater-0.10.ebuild +++ b/app-admin/python-updater/python-updater-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.10.ebuild,v 1.6 2012/02/08 15:16:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.10.ebuild,v 1.7 2012/03/02 22:08:06 ranger Exp $ if [[ "${PV}" == "9999" ]]; then inherit subversion @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="$([[ "${PV}" == "9999" ]] && echo "sys-apps/help2man")" |