diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-04 04:08:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-04 04:08:31 +0000 |
commit | 3468d1de0e28f72a8d9098f063dc610b24473576 (patch) | |
tree | 93e0dcc1dee3c9e7dfbd656ba5c6183142eb327c /app-text | |
parent | Add dependency on qt-sql. (diff) | |
download | gentoo-2-3468d1de0e28f72a8d9098f063dc610b24473576.tar.gz gentoo-2-3468d1de0e28f72a8d9098f063dc610b24473576.tar.bz2 gentoo-2-3468d1de0e28f72a8d9098f063dc610b24473576.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha109_p5/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/wv/wv-1.2.9-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/wv/wv-1.2.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog index 1a8c80676cf4..1de42733d3c7 100644 --- a/app-text/wv/ChangeLog +++ b/app-text/wv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/wv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.67 2012/05/29 21:55:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.68 2012/06/04 04:08:31 zmedico Exp $ + + 04 Jun 2012; Zac Medico <zmedico@gentoo.org> wv-1.2.9-r1.ebuild, + wv-1.2.9.ebuild: + inherit multilib for get_libdir 29 May 2012; Anthony G. Basile <blueness@gentoo.org> wv-1.2.9-r1.ebuild: Keyword ~mips diff --git a/app-text/wv/wv-1.2.9-r1.ebuild b/app-text/wv/wv-1.2.9-r1.ebuild index 4d423e03f56d..6da8cc6df39a 100644 --- a/app-text/wv/wv-1.2.9-r1.ebuild +++ b/app-text/wv/wv-1.2.9-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9-r1.ebuild,v 1.12 2012/05/29 21:55:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9-r1.ebuild,v 1.13 2012/06/04 04:08:31 zmedico Exp $ EAPI="3" -inherit eutils autotools +inherit eutils autotools multilib DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" diff --git a/app-text/wv/wv-1.2.9.ebuild b/app-text/wv/wv-1.2.9.ebuild index 505532be6d3d..b369768db193 100644 --- a/app-text/wv/wv-1.2.9.ebuild +++ b/app-text/wv/wv-1.2.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9.ebuild,v 1.3 2012/05/04 03:33:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9.ebuild,v 1.4 2012/06/04 04:08:31 zmedico Exp $ EAPI="3" -inherit eutils +inherit eutils multilib DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable" SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz" |