diff options
Diffstat (limited to 'app-text')
-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 |