diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 06:28:55 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 06:28:55 +0000 |
commit | b8ee044aa9c7ab9836c9eeef4173c1e3e4721bf3 (patch) | |
tree | 9a7c212fa187cb2b2c5ee5af9ee9342919e2d902 | |
parent | Loosen bytestring dep for ghc 7.5 dev snapshot, EAPI=4 on line 5 (diff) | |
download | gentoo-2-b8ee044aa9c7ab9836c9eeef4173c1e3e4721bf3.tar.gz gentoo-2-b8ee044aa9c7ab9836c9eeef4173c1e3e4721bf3.tar.bz2 gentoo-2-b8ee044aa9c7ab9836c9eeef4173c1e3e4721bf3.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha108_p29/cvs/Linux i686)
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index 673f588af77d..acf9d30ea844 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.48 2012/06/01 06:16:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.49 2012/06/02 06:28:55 zmedico Exp $ + + 02 Jun 2012; Zac Medico <zmedico@gentoo.org> libreoffice-l10n-3.5.4.ebuild: + inherit multilib for get_libdir 01 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-l10n-3.5.4.ebuild: diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild index 9b6a00a3b88a..85386290eab5 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.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/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild,v 1.4 2012/06/01 06:16:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.4.ebuild,v 1.5 2012/06/02 06:28:55 zmedico Exp $ EAPI=4 @@ -9,7 +9,7 @@ MY_PV="3.5.4" RC_VERSION="rc2" # CHECK ME WITH EVERY BUMP! BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm" -inherit rpm eutils versionator +inherit rpm eutils multilib versionator DESCRIPTION="Translations for the Libreoffice suite." HOMEPAGE="http://www.libreoffice.org" |