diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-03 08:46:30 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-03 08:46:30 +0000 |
commit | e97d338ad5138c7d24db32581e7bd01faad96698 (patch) | |
tree | 08d0002279ac90bf5e32b9338737ea765a69ab9b /dev-vcs | |
parent | Only depend on gtk+-3 (bug #365777). (diff) | |
download | gentoo-2-e97d338ad5138c7d24db32581e7bd01faad96698.tar.gz gentoo-2-e97d338ad5138c7d24db32581e7bd01faad96698.tar.bz2 gentoo-2-e97d338ad5138c7d24db32581e7bd01faad96698.zip |
x86 stable per bug 356143
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-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 341fc5f31fc0..27025edd7dd1 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.13 2011/03/12 16:32:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.14 2011/05/03 08:46:30 tomka Exp $ + + 03 May 2011; Thomas Kahle <tomka@gentoo.org> monotone-0.99.1.ebuild: + x86 stable per bug 356143 *monotone-0.99.1 (12 Mar 2011) diff --git a/dev-vcs/monotone/monotone-0.99.1.ebuild b/dev-vcs/monotone/monotone-0.99.1.ebuild index 41b484a523dd..3323dcbfa71a 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.1 2011/03/12 16:32:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-0.99.1.ebuild,v 1.2 2011/05/03 08:46:30 tomka 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 |