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/git-2.3.0.ebuild | |
parent | 1381347b3c0cf000f9b2213c51e3d203c492aab7 (diff) | |
parent | 7fb82c27a424d6a780482765c32fd76f8baf50cb (diff) |
Merge branch 'master' of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'dev-vcs/git/git-2.3.0.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.3.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git/git-2.3.0.ebuild b/dev-vcs/git/git-2.3.0.ebuild index 64e2dfb7..b6cf6bbb 100644 --- a/dev-vcs/git/git-2.3.0.ebuild +++ b/dev-vcs/git/git-2.3.0.ebuild @@ -12,8 +12,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 elisp-common perl-module bash-completion-r1 python-single-r1 systemd ${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 elisp-common perl-module bash-completion-r1 python-single-r1 systemd ${SCM} MY_PV="${PV/_rc/.rc}" MY_P="${PN}-${MY_PV}" @@ -219,7 +219,7 @@ src_unpack() { #cp "${FILESDIR}"/GIT-VERSION-GEN . fi - sab-patches_unpack + kog-patches_unpack } src_prepare() { @@ -228,7 +228,7 @@ src_prepare() { # git-...-mw-vendor.patch # git-...-svn-fe-linking.patch - sab-patches_apply_all + kog-patches_apply_all epatch_user |