diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-27 16:44:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-27 16:44:53 +0000 |
commit | b8eb45e3ce4e462b83ae6b02c862bb76c5e33eb0 (patch) | |
tree | 69f11b302c8e0b055614e28c935f8e4bc1e58207 /dev-libs/liborcus | |
parent | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAP... (diff) | |
download | gentoo-2-b8eb45e3ce4e462b83ae6b02c862bb76c5e33eb0.tar.gz gentoo-2-b8eb45e3ce4e462b83ae6b02c862bb76c5e33eb0.tar.bz2 gentoo-2-b8eb45e3ce4e462b83ae6b02c862bb76c5e33eb0.zip |
Disable spreadsheet model on 0.1 as it aint working there.
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/liborcus')
-rw-r--r-- | dev-libs/liborcus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/liborcus/liborcus-0.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/liborcus/ChangeLog b/dev-libs/liborcus/ChangeLog index 650fc1888ae7..c8ef0b2b616c 100644 --- a/dev-libs/liborcus/ChangeLog +++ b/dev-libs/liborcus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liborcus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.3 2012/09/25 18:31:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.4 2012/09/27 16:44:53 scarabeus Exp $ + + 27 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> liborcus-0.1.0.ebuild: + Disable spreadsheet model on 0.1 as it aint working there. *liborcus-0.1.0 (25 Sep 2012) diff --git a/dev-libs/liborcus/liborcus-0.1.0.ebuild b/dev-libs/liborcus/liborcus-0.1.0.ebuild index b7a76306eb1f..0beaa47a7cc1 100644 --- a/dev-libs/liborcus/liborcus-0.1.0.ebuild +++ b/dev-libs/liborcus/liborcus-0.1.0.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-libs/liborcus/liborcus-0.1.0.ebuild,v 1.1 2012/09/25 18:31:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.1.0.ebuild,v 1.2 2012/09/27 16:44:53 scarabeus Exp $ EAPI=4 @@ -16,11 +16,10 @@ HOMEPAGE="http://gitorious.org/orcus/pages/Home" LICENSE="MIT" SLOT="0" -#[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86" +[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86" IUSE="static-libs" RDEPEND=" - >=dev-libs/libixion-0.4 dev-libs/libzip " DEPEND="${RDEPEND} @@ -36,6 +35,7 @@ src_prepare() { src_configure() { econf \ + --disable-spreadsheet-model \ $(use_enable static-libs static) } |