diff options
Diffstat (limited to 'media-gfx/lximage-qt')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild (renamed from media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild) | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild index b6becb52..98a4ea6f 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.6.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.6.0-r1.ebuild @@ -7,13 +7,8 @@ inherit cmake-utils DESCRIPTION="LXImage Image Viewer - GPicView replacement" HOMEPAGE="http://lxqt.org/" -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi +SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" +KEYWORDS="amd64" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" |