diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2017-08-11 09:58:09 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2017-08-11 09:58:09 -0400 |
commit | 30cec9ce416ef0b5c3eaef15b625a46773ea6779 (patch) | |
tree | 6a83aad3265262af10536107e09f1e731664cdfd /net-fs | |
parent | libtool.eclass: Use external eltpatch tool (diff) | |
download | gentoo-30cec9ce416ef0b5c3eaef15b625a46773ea6779.tar.gz gentoo-30cec9ce416ef0b5c3eaef15b625a46773ea6779.tar.bz2 gentoo-30cec9ce416ef0b5c3eaef15b625a46773ea6779.zip |
net-fs/samba-4.6.7: fix SRC_URI for patchset
Bug: http://bugs.gentoo.org/627508
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild index a40a90b61b27..39b9df2f24eb 100644 --- a/net-fs/samba/samba-4.6.7.ebuild +++ b/net-fs/samba/samba-4.6.7.ebuild @@ -14,7 +14,7 @@ SRC_PATH="stable" [[ ${PV} = *_rc* ]] && SRC_PATH="rc" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz - https://dev.gentoo.org/~polynomial-c/samba-4.6.7-disable-python-patches.tar.xz" + https://dev.gentoo.org/~axs/samba-4.6.7-disable-python-patches.tar.xz" [[ ${PV} = *_rc* ]] || \ KEYWORDS="~amd64 ~arm64 ~hppa ~x86" |