diff options
author | 2011-05-04 19:53:10 +0000 | |
---|---|---|
committer | 2011-05-04 19:53:10 +0000 | |
commit | 9d4ab9db2462bbba17715bab465fe12855e882da (patch) | |
tree | 1cabfe9aaa93d9083106955f6c22aa781dbac786 /dev-vcs/monotone | |
parent | Convert to unix line endings. Hopefuly this should fix patch not applying. (diff) | |
download | gentoo-2-9d4ab9db2462bbba17715bab465fe12855e882da.tar.gz gentoo-2-9d4ab9db2462bbba17715bab465fe12855e882da.tar.bz2 gentoo-2-9d4ab9db2462bbba17715bab465fe12855e882da.zip |
Stable on amd64 wrt bug #356143
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/monotone')
-rw-r--r-- | dev-vcs/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-0.99.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/monotone/ChangeLog b/dev-vcs/monotone/ChangeLog index 27025edd7dd1..ac9d8289319b 100644 --- a/dev-vcs/monotone/ChangeLog +++ b/dev-vcs/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/monotone # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.14 2011/05/03 08:46:30 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.15 2011/05/04 19:53:10 hwoarang Exp $ + + 04 May 2011; Markos Chandras <hwoarang@gentoo.org> monotone-0.99.1.ebuild: + Stable on amd64 wrt bug #356143 03 May 2011; Thomas Kahle <tomka@gentoo.org> monotone-0.99.1.ebuild: x86 stable per bug 356143 diff --git a/dev-vcs/monotone/monotone-0.99.1.ebuild b/dev-vcs/monotone/monotone-0.99.1.ebuild index 3323dcbfa71a..670c7a4ed1ac 100644 --- a/dev-vcs/monotone/monotone-0.99.1.ebuild +++ b/dev-vcs/monotone/monotone-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.99.1.ebuild,v 1.2 2011/05/03 08:46:30 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.99.1.ebuild,v 1.3 2011/05/04 19:53:10 hwoarang Exp $ EAPI="4" inherit bash-completion elisp-common eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://monotone.ca/downloads/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~amd64 ~ia64 ~ppc x86" +KEYWORDS="amd64 ~ia64 ~ppc x86" IUSE="doc emacs ipv6 nls" RDEPEND="sys-libs/zlib |