commit: f6458c193c0f47d133250e3a4637fdef37f10c9b Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Mon Oct 3 11:16:42 2016 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Sun Oct 30 20:04:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6458c19
app-text/xournal: Add EGIT_BOOTSTRAP Package-Manager: portage-2.3.0 app-text/xournal/xournal-0.4.8.ebuild | 5 +++-- app-text/xournal/xournal-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app-text/xournal/xournal-0.4.8.ebuild b/app-text/xournal/xournal-0.4.8.ebuild index 8040195..8b6f8d8 100644 --- a/app-text/xournal/xournal-0.4.8.ebuild +++ b/app-text/xournal/xournal-0.4.8.ebuild @@ -6,7 +6,7 @@ EAPI=5 GCONF_DEBUG=no -inherit gnome2 autotools +inherit gnome2 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus" HOMEPAGE="http://xournal.sourceforge.net/" @@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" else - inherit git-2 + inherit git-2 autotools SRC_URI="" KEYWORDS="" EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code" EGIT_PROJECT="${PN}" + EGIT_BOOTSTRAP="autogen.sh" fi COMMONDEPEND=" diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 24a8cd3..2c18702 100644 --- a/app-text/xournal/xournal-9999.ebuild +++ b/app-text/xournal/xournal-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 GCONF_DEBUG=no -inherit gnome2 autotools +inherit gnome2 DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus" HOMEPAGE="http://xournal.sourceforge.net/" @@ -20,11 +20,12 @@ if [[ "${PV}" != "9999" ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" else - inherit git-2 + inherit git-2 autotools SRC_URI="" KEYWORDS="" EGIT_REPO_URI="git://git.code.sf.net/p/xournal/code" EGIT_PROJECT="${PN}" + EGIT_BOOTSTRAP="autogen.sh" fi COMMONDEPEND="
