diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-22 04:44:11 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-22 04:44:11 +0300 |
commit | 648edd554317a64276aefd5b200d9a7826e3fa4f (patch) | |
tree | aadd388a71a6bd90890a86c8c392f8acfb5b91b8 /dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild | |
parent | 1381347b3c0cf000f9b2213c51e3d203c492aab7 (diff) | |
parent | 7fb82c27a424d6a780482765c32fd76f8baf50cb (diff) |
Merge branch 'master' of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild')
-rw-r--r-- | dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild b/dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild index 87712853..43898cec 100644 --- a/dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild +++ b/dev-vcs/git-gui-tools/git-gui-tools-2.2.2.ebuild @@ -14,8 +14,8 @@ PYTHON_COMPAT=( python2_{6,7} ) EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" EGIT_MASTER=pu -SAB_PATCHES_SRC=( "http://bpr.bluepink.ro/~rogentos/distro/dev-vcs/git/git-2.2.2-Gentoo-patches.tar.gz" ) -inherit sab-patches toolchain-funcs eutils python-single-r1 ${SCM} +KOG_PATCHES_SRC=( "http://bpr.bluepink.ro/~rogentos/distro/dev-vcs/git/git-2.2.2-Gentoo-patches.tar.gz" ) +inherit kog-patches toolchain-funcs eutils python-single-r1 ${SCM} MY_PV="${PV/_rc/.rc}" MY_PV="${MY_PV/-gui-tools}" @@ -109,12 +109,12 @@ src_unpack() { #cp "${FILESDIR}"/GIT-VERSION-GEN . fi - sab-patches_unpack + kog-patches_unpack } src_prepare() { # see the git ebuild for the list of patches - sab-patches_apply_all + kog-patches_apply_all epatch_user |