diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-02-22 21:12:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 21:12:40 +0100 |
commit | eef24c2ad32e6bb4c33a4e7eb1647458f8bf85f8 (patch) | |
tree | feac51e573dce8f418e9cd2d063075bf7bc4232f /app-text/xournal | |
parent | app-text/krop: Fix PyQt5 dependency, bug 699112 (diff) | |
download | gentoo-eef24c2ad32e6bb4c33a4e7eb1647458f8bf85f8.tar.gz gentoo-eef24c2ad32e6bb4c33a4e7eb1647458f8bf85f8.tar.bz2 gentoo-eef24c2ad32e6bb4c33a4e7eb1647458f8bf85f8.zip |
app-text/xournal: stable for amd64
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/xournal')
-rw-r--r-- | app-text/xournal/xournal-0.4.8.2016.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild b/app-text/xournal/xournal-0.4.8.2016.ebuild index 50477f8a4537..c2f75dda057f 100644 --- a/app-text/xournal/xournal-0.4.8.2016.ebuild +++ b/app-text/xournal/xournal-0.4.8.2016.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code" unset SRC_URI else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" fi |