diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-10-03 11:16:42 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:29 +0000 |
commit | f6458c193c0f47d133250e3a4637fdef37f10c9b (patch) | |
tree | 05c57e013213ac54d0f58aebe5ba9701d68accdd /app-text/xournal | |
parent | app-text/xournal: Update SourceForge GIT URLs (diff) | |
download | gentoo-f6458c193c0f47d133250e3a4637fdef37f10c9b.tar.gz gentoo-f6458c193c0f47d133250e3a4637fdef37f10c9b.tar.bz2 gentoo-f6458c193c0f47d133250e3a4637fdef37f10c9b.zip |
app-text/xournal: Add EGIT_BOOTSTRAP
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/xournal')
-rw-r--r-- | app-text/xournal/xournal-0.4.8.ebuild | 5 | ||||
-rw-r--r-- | 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 8040195bc5b1..8b6f8d83a4a3 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 24a8cd3713c4..2c18702237ed 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=" |