diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-10 08:59:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-10 08:59:17 +0000 |
commit | a4a447c8759fdf0173a5891cde516a47f0d30250 (patch) | |
tree | 979189acbbbcb53dd46a809b8e6774f6306a3c37 /media-libs | |
parent | Version bump, drop old wrt #356031, fix #378565 (diff) | |
download | gentoo-2-a4a447c8759fdf0173a5891cde516a47f0d30250.tar.gz gentoo-2-a4a447c8759fdf0173a5891cde516a47f0d30250.tar.bz2 gentoo-2-a4a447c8759fdf0173a5891cde516a47f0d30250.zip |
Update ebuild to not build with werror, option so fare just in live ebuild, thus fixed with next release.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index 2035cead801a..961cf799f9c0 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.1 2011/08/09 18:13:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.2 2011/08/10 08:59:17 scarabeus Exp $ + + 10 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-9999.ebuild: + Update ebuild to not build with werror, option so fare just in live ebuild, + thus fixed with next release. *libvisio-9999 (09 Aug 2011) *libvisio-0.0.4 (09 Aug 2011) diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 3312bdab4ef3..6b8b5e9f192c 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.1 2011/08/09 18:13:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.2 2011/08/10 08:59:17 scarabeus Exp $ EAPI=4 @@ -34,6 +34,7 @@ src_prepare() { src_configure() { econf \ --disable-static \ + --disable-werror \ $(use_with doc docs) } |