diff options
author | 2015-02-04 14:37:08 +0000 | |
---|---|---|
committer | 2015-02-04 14:37:08 +0000 | |
commit | f1b347ed386210162cab68d496cf3f01620ee15b (patch) | |
tree | bdcdf5d1f1e291c474eb2ab0ef9271d6f9905ebd /media-libs/libvisio | |
parent | Fix patch version dependency. Drop old (diff) | |
download | gentoo-2-f1b347ed386210162cab68d496cf3f01620ee15b.tar.gz gentoo-2-f1b347ed386210162cab68d496cf3f01620ee15b.tar.bz2 gentoo-2-f1b347ed386210162cab68d496cf3f01620ee15b.zip |
Forward-port changes to -9999.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index 983b23606b26..96e09a1e14ee 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.60 2015/02/04 09:15:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.61 2015/02/04 14:37:08 mgorny Exp $ + + 04 Feb 2015; Michał Górny <mgorny@gentoo.org> libvisio-9999.ebuild: + Forward-port changes to -9999. *libvisio-0.1.1 (04 Feb 2015) diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 57ff71ed44ca..19b33f2231f4 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.20 2014/09/14 09:21:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.21 2015/02/04 14:37:08 mgorny Exp $ EAPI=5 @@ -15,8 +15,8 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="doc static-libs" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +IUSE="doc static-libs test" RDEPEND=" dev-libs/icu:= @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} sys-devel/libtool virtual/pkgconfig doc? ( app-doc/doxygen ) + test? ( dev-util/cppunit ) " src_prepare() { @@ -43,7 +44,8 @@ src_configure() { --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable static-libs static) \ --disable-werror \ - $(use_with doc docs) + $(use_with doc docs) \ + $(use_enable test tests) } src_install() { |