diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-02-06 22:31:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-22 18:05:50 +0100 |
commit | 129d2ee8233f9e0e37894c594fbd52828f93507e (patch) | |
tree | 3a77b9e0b4f3f700e9453f146697832b39d1d9c8 /app-text/libodfgen/libodfgen-9999.ebuild | |
parent | dev-libs/librevenge: 0.0.4 version bump (diff) | |
download | gentoo-129d2ee8233f9e0e37894c594fbd52828f93507e.tar.gz gentoo-129d2ee8233f9e0e37894c594fbd52828f93507e.tar.bz2 gentoo-129d2ee8233f9e0e37894c594fbd52828f93507e.zip |
app-text/libodfgen: 0.1.6 version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text/libodfgen/libodfgen-9999.ebuild')
-rw-r--r-- | app-text/libodfgen/libodfgen-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/libodfgen/libodfgen-9999.ebuild b/app-text/libodfgen/libodfgen-9999.ebuild index d9557712f6c2..80975a99492f 100644 --- a/app-text/libodfgen/libodfgen-9999.ebuild +++ b/app-text/libodfgen/libodfgen-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/libodfgen" inherit eutils @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} " src_prepare() { + eapply_user [[ ${PV} == 9999 ]] && eautoreconf } |