diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-02-10 13:00:00 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-10 13:00:00 +0000 |
commit | 2399165a55ba40bdf16ac75f8f2cb7a6291d2ad4 (patch) | |
tree | 7cf1938ea2dab479dcfd7cb1a61c93461057ce2b /dev-util | |
parent | Stable for HPPA (bug #492176). (diff) | |
download | gentoo-2-2399165a55ba40bdf16ac75f8f2cb7a6291d2ad4.tar.gz gentoo-2-2399165a55ba40bdf16ac75f8f2cb7a6291d2ad4.tar.bz2 gentoo-2-2399165a55ba40bdf16ac75f8f2cb7a6291d2ad4.zip |
Address multilib path, bug #498626
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/plan9port/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20130320.ebuild | 5 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20140107.ebuild | 3 | ||||
-rw-r--r-- | dev-util/plan9port/plan9port-20140123.ebuild | 3 |
4 files changed, 13 insertions, 5 deletions
diff --git a/dev-util/plan9port/ChangeLog b/dev-util/plan9port/ChangeLog index 17039e585fdc..99dd64a2ecf0 100644 --- a/dev-util/plan9port/ChangeLog +++ b/dev-util/plan9port/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/plan9port # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.31 2014/01/24 14:41:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/ChangeLog,v 1.32 2014/02/10 13:00:00 blueness Exp $ + + 10 Feb 2014; Anthony G. Basile <blueness@gentoo.org> + plan9port-20130320.ebuild, plan9port-20140107.ebuild, + plan9port-20140123.ebuild: + Address multilib path, bug #498626 *plan9port-20140123 (24 Jan 2014) diff --git a/dev-util/plan9port/plan9port-20130320.ebuild b/dev-util/plan9port/plan9port-20130320.ebuild index 156b1043e320..215d61fa383b 100644 --- a/dev-util/plan9port/plan9port-20130320.ebuild +++ b/dev-util/plan9port/plan9port-20130320.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild,v 1.1 2013/03/22 12:06:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20130320.ebuild,v 1.2 2014/02/10 13:00:00 blueness Exp $ EAPI="4" @@ -21,6 +21,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" PLAN9=/usr/lib/plan9 +QA_MULTILIB_PATHS="${PLAN9}/.*/.*" src_prepare() { diff --git a/dev-util/plan9port/plan9port-20140107.ebuild b/dev-util/plan9port/plan9port-20140107.ebuild index 53a716d6fab2..9fbde46eece2 100644 --- a/dev-util/plan9port/plan9port-20140107.ebuild +++ b/dev-util/plan9port/plan9port-20140107.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140107.ebuild,v 1.1 2014/01/08 15:09:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140107.ebuild,v 1.2 2014/02/10 13:00:00 blueness Exp $ EAPI="4" @@ -21,6 +21,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" PLAN9=/usr/lib/plan9 +QA_MULTILIB_PATHS="${PLAN9}/.*/.*" src_prepare() { diff --git a/dev-util/plan9port/plan9port-20140123.ebuild b/dev-util/plan9port/plan9port-20140123.ebuild index 675dfce0e0f5..079dec73a011 100644 --- a/dev-util/plan9port/plan9port-20140123.ebuild +++ b/dev-util/plan9port/plan9port-20140123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140123.ebuild,v 1.1 2014/01/24 14:41:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20140123.ebuild,v 1.2 2014/02/10 13:00:00 blueness Exp $ EAPI="4" @@ -21,6 +21,7 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" PLAN9=/usr/lib/plan9 +QA_MULTILIB_PATHS="${PLAN9}/.*/.*" src_prepare() { |