diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-27 17:11:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-27 17:11:08 +0000 |
commit | e52f6f715e9f602530c30317748f2427ff9826c2 (patch) | |
tree | 255fc46d65bff052cfe22be26ec602ef6b91e497 /dev-vcs | |
parent | Remove redundant python_export_best (done by the eclass). (diff) | |
download | gentoo-2-e52f6f715e9f602530c30317748f2427ff9826c2.tar.gz gentoo-2-e52f6f715e9f602530c30317748f2427ff9826c2.tar.bz2 gentoo-2-e52f6f715e9f602530c30317748f2427ff9826c2.zip |
x86 stable wrt bug #489406
(Portage version: 2.2.1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/kdesvn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/kdesvn/ChangeLog b/dev-vcs/kdesvn/ChangeLog index f6e5d8c8bf51..b649be0f3711 100644 --- a/dev-vcs/kdesvn/ChangeLog +++ b/dev-vcs/kdesvn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/kdesvn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.35 2013/10/26 20:40:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.36 2013/10/27 17:11:08 ago Exp $ + + 27 Oct 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0-r1.ebuild: + x86 stable wrt bug #489406 26 Oct 2013; Agostino Sarubbo <ago@gentoo.org> kdesvn-1.6.0-r1.ebuild: Stable for amd64, wrt bug #489406 diff --git a/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild b/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild index de0b60e19065..81eccabea660 100644 --- a/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild,v 1.3 2013/10/26 20:40:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.6.0-r1.ebuild,v 1.4 2013/10/27 17:11:08 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then fi LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="4" IUSE="debug" |