diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-19 22:14:05 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-19 22:14:05 +0000 |
commit | f65f5090d1afc08ba977de896e1d7d195beff5a0 (patch) | |
tree | d90aa7199069136eee834242a4b420c4991e20b8 /dev-util | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-f65f5090d1afc08ba977de896e1d7d195beff5a0.tar.gz gentoo-2-f65f5090d1afc08ba977de896e1d7d195beff5a0.tar.bz2 gentoo-2-f65f5090d1afc08ba977de896e1d7d195beff5a0.zip |
Stable on amd64.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/subversion/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/subversion/subversion-1.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog index 048841c29275..18b1dd0f9b25 100644 --- a/dev-util/subversion/ChangeLog +++ b/dev-util/subversion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/subversion # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.180 2005/09/19 20:01:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.181 2005/09/19 22:14:05 cryos Exp $ + + 19 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> + subversion-1.2.3-r1.ebuild: + Stable on amd64. 19 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> subversion-1.2.3-r1.ebuild: diff --git a/dev-util/subversion/subversion-1.2.3-r1.ebuild b/dev-util/subversion/subversion-1.2.3-r1.ebuild index 85568e9b98e1..3ffd13a179a1 100644 --- a/dev-util/subversion/subversion-1.2.3-r1.ebuild +++ b/dev-util/subversion/subversion-1.2.3-r1.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/subversion/subversion-1.2.3-r1.ebuild,v 1.6 2005/09/19 20:01:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.2.3-r1.ebuild,v 1.7 2005/09/19 22:14:05 cryos Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module @@ -10,7 +10,7 @@ SRC_URI="http://subversion.tigris.org/tarballs/${P/_rc/-rc}.tar.bz2" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="apache2 berkdb python emacs perl java nls nowebdav zlib" RESTRICT="test" |