commit:     9cd63fb2698e3bfd885df1ec6b12821e19f2eaf2
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 10:51:04 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:51:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd63fb2

media-gfx/synnefo: Cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/synnefo/synnefo-9999.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-gfx/synnefo/synnefo-9999.ebuild 
b/media-gfx/synnefo/synnefo-9999.ebuild
index baa0056..0a6d6c6 100644
--- a/media-gfx/synnefo/synnefo-9999.ebuild
+++ b/media-gfx/synnefo/synnefo-9999.ebuild
@@ -4,18 +4,19 @@
 
 EAPI=6
 
-EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git";
 inherit cmake-utils
-[[ ${PV} == "9999" ]] && inherit git-r3
+if [[ ${PV} == "9999" ]]; then
+       EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git";
+       inherit git-r3
+else
+       SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
 
 DESCRIPTION="Qt front end for the Oyranos Color Management System"
 HOMEPAGE="https://github.com/oyranos-cms/Synnefo";
-[[ ${PV} == 9999 ]] || \
-SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
 LICENSE="BSD-2"
 SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="

Reply via email to