diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:43:47 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:43:47 +0000 |
commit | 109c8be78cbb52cc9920c8c044dabc7b00849c91 (patch) | |
tree | 17958bb1c9f317dd61e8abcaca7051a02ec2e362 /dev-vcs | |
parent | Inherit multilib. (diff) | |
download | gentoo-2-109c8be78cbb52cc9920c8c044dabc7b00849c91.tar.gz gentoo-2-109c8be78cbb52cc9920c8c044dabc7b00849c91.tar.bz2 gentoo-2-109c8be78cbb52cc9920c8c044dabc7b00849c91.zip |
Inherit multilib.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/rabbitvcs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/rabbitvcs/ChangeLog b/dev-vcs/rabbitvcs/ChangeLog index f20027db5dbf..62470a084405 100644 --- a/dev-vcs/rabbitvcs/ChangeLog +++ b/dev-vcs/rabbitvcs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/rabbitvcs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/ChangeLog,v 1.6 2011/11/10 10:27:24 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/ChangeLog,v 1.7 2012/02/05 01:43:47 floppym Exp $ + + 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> rabbitvcs-0.14.2.1.ebuild, + rabbitvcs-0.15.0.5.ebuild: + Inherit multilib. *rabbitvcs-0.15.0.5 (10 Nov 2011) diff --git a/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild b/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild index c8e6aeea6595..0d12bde68267 100644 --- a/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild +++ b/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild,v 1.3 2011/10/24 05:45:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.14.2.1.ebuild,v 1.4 2012/02/05 01:43:47 floppym Exp $ EAPI=2 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" -inherit gnome2-utils distutils +inherit gnome2-utils multilib distutils DESCRIPTION="Integrated version control support for your desktop" HOMEPAGE="http://rabbitvcs.org" diff --git a/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild b/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild index ae92c93bcb69..3bdd3e3b2667 100644 --- a/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild +++ b/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild,v 1.2 2011/11/10 16:05:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild,v 1.3 2012/02/05 01:43:47 floppym Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 3.*" -inherit gnome2-utils distutils +inherit gnome2-utils multilib distutils DESCRIPTION="Integrated version control support for your desktop" HOMEPAGE="http://rabbitvcs.org" |