diff options
author | 2012-10-13 11:45:39 +0000 | |
---|---|---|
committer | 2012-10-13 11:45:39 +0000 | |
commit | 4da70a7af3743106b066792e9aa8bfb4aedbd426 (patch) | |
tree | e64fa61cceccbe01ae81fa128636089416c56925 /dev-vcs | |
parent | Stable on amd64 wrt bug #418969 (diff) | |
download | gentoo-2-4da70a7af3743106b066792e9aa8bfb4aedbd426.tar.gz gentoo-2-4da70a7af3743106b066792e9aa8bfb4aedbd426.tar.bz2 gentoo-2-4da70a7af3743106b066792e9aa8bfb4aedbd426.zip |
Stable on amd64 wrt bug #418969
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-explorer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-vcs/bzr-explorer/ChangeLog b/dev-vcs/bzr-explorer/ChangeLog index f3370a0721a9..5836b10947b7 100644 --- a/dev-vcs/bzr-explorer/ChangeLog +++ b/dev-vcs/bzr-explorer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr-explorer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.20 2012/10/08 19:58:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.21 2012/10/13 11:45:39 hwoarang Exp $ + + 13 Oct 2012; Markos Chandras <hwoarang@gentoo.org> bzr-explorer-1.2.2.ebuild: + Stable on amd64 wrt bug #418969 *bzr-explorer-1.3.0 (08 Oct 2012) @@ -97,4 +100,3 @@ 08 Mar 2010; Christian Faulhammer <fauli@gentoo.org> +bzr-explorer-1.0.0.ebuild, +metadata.xml: initial commit, ebuild taken from Bazaar overlay by Mark Lee - diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild index baa22f1db6c2..e95c7e06b133 100644 --- a/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild +++ b/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild,v 1.2 2012/09/30 18:37:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.2.2.ebuild,v 1.3 2012/10/13 11:45:39 hwoarang Exp $ EAPI="3" @@ -22,7 +22,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gtk" DEPEND="" |