diff options
author | David Holm <dholm@gentoo.org> | 2005-04-12 11:12:35 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-12 11:12:35 +0000 |
commit | e37da119c9aeac73689116b4a1377b2516939c14 (patch) | |
tree | 93652ab85a467953860704e610a3f33ac3559350 /dev-util/monotone | |
parent | mostly for closing bug #88712 (diff) | |
download | gentoo-2-e37da119c9aeac73689116b4a1377b2516939c14.tar.gz gentoo-2-e37da119c9aeac73689116b4a1377b2516939c14.tar.bz2 gentoo-2-e37da119c9aeac73689116b4a1377b2516939c14.zip |
Added to ~ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/monotone')
-rw-r--r-- | dev-util/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/monotone/monotone-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog index 80c9a4b2cbc4..0f1a45403b29 100644 --- a/dev-util/monotone/ChangeLog +++ b/dev-util/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/monotone # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.7 2005/04/01 18:28:47 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.8 2005/04/12 11:12:35 dholm Exp $ + + 12 Apr 2005; David Holm <dholm@gentoo.org> monotone-0.17.ebuild: + Added to ~ppc. 01 Apr 2005; Simon Stelling <blubb@gentoo.org> monotone-0.17.ebuild: stable on amd64 diff --git a/dev-util/monotone/monotone-0.17.ebuild b/dev-util/monotone/monotone-0.17.ebuild index b2f852673c38..a7a002221d86 100644 --- a/dev-util/monotone/monotone-0.17.ebuild +++ b/dev-util/monotone/monotone-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.17.ebuild,v 1.3 2005/04/01 18:28:47 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.17.ebuild,v 1.4 2005/04/12 11:12:35 dholm Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.venge.net/monotone/${P}.tar.gz" LICENSE="GPL-2" SLOT="${PV}" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ~ppc" #KEYWORDS ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="nls doc" |