diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-09-10 20:14:10 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-09-10 20:14:10 +0000 |
commit | 636de832a29c3e1480f98e840a3e698627c496dc (patch) | |
tree | a5bf8ba8cdf37e738cf7eaeb97c31ba88d5e2705 /dev-vcs/tortoisehg | |
parent | Version bump for bug 434562. (diff) | |
download | gentoo-2-636de832a29c3e1480f98e840a3e698627c496dc.tar.gz gentoo-2-636de832a29c3e1480f98e840a3e698627c496dc.tar.bz2 gentoo-2-636de832a29c3e1480f98e840a3e698627c496dc.zip |
Drop multilib.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.5.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 7ea8e2989f28..06ea219e11c9 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.22 2012/09/10 20:12:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.23 2012/09/10 20:14:10 floppym Exp $ + + 10 Sep 2012; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.5.ebuild, + tortoisehg-9999.ebuild: + Drop multilib. *tortoisehg-2.5 (10 Sep 2012) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.5.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.5.ebuild index 13383cedd448..26f992e20c24 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.5.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.5.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/tortoisehg/tortoisehg-2.5.ebuild,v 1.1 2012/09/10 20:12:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.5.ebuild,v 1.2 2012/09/10 20:14:10 floppym Exp $ EAPI=4 @@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="2:2.5" RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*" -inherit distutils eutils multilib +inherit distutils eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index b13a51ec97a7..7cdd42231757 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.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/tortoisehg/tortoisehg-9999.ebuild,v 1.11 2012/09/10 20:12:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.12 2012/09/10 20:14:10 floppym Exp $ EAPI=4 @@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="2:2.5" RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*" -inherit distutils eutils multilib +inherit distutils eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" |