diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-06-13 05:49:49 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-06-13 05:49:49 +0000 |
commit | f9a62e5510ef4cfe2bea44afd16fe3f70b064356 (patch) | |
tree | 93e7fb119a8f6bda11f3b0ccb6e22322b618d835 /dev-util | |
parent | s390/sh love (diff) | |
download | gentoo-2-f9a62e5510ef4cfe2bea44afd16fe3f70b064356.tar.gz gentoo-2-f9a62e5510ef4cfe2bea44afd16fe3f70b064356.tar.bz2 gentoo-2-f9a62e5510ef4cfe2bea44afd16fe3f70b064356.zip |
mark ~ppc (bug #215869)
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hgsvn/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/hgsvn/hgsvn-0.1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/hgsvn/ChangeLog b/dev-util/hgsvn/ChangeLog index 9872916e2bee..5cce7fe33311 100644 --- a/dev-util/hgsvn/ChangeLog +++ b/dev-util/hgsvn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/hgsvn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.5 2008/01/19 18:21:08 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.6 2008/06/13 05:49:49 wormo Exp $ + + 13 Jun 2008; Stephanie Lockwood-Childs <wormo@gentoo.org> + hgsvn-0.1.4.ebuild: + mark ~ppc (bug #215869) *hgsvn-0.1.4 (19 Jan 2008) diff --git a/dev-util/hgsvn/hgsvn-0.1.4.ebuild b/dev-util/hgsvn/hgsvn-0.1.4.ebuild index 12caf70c6cf7..0ca1d1688bde 100644 --- a/dev-util/hgsvn/hgsvn-0.1.4.ebuild +++ b/dev-util/hgsvn/hgsvn-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2008/01/19 18:21:08 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.4.ebuild,v 1.2 2008/06/13 05:49:49 wormo Exp $ NEED_PYTHON=2.4 @@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="dev-python/setuptools" |