diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:08:28 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:08:28 +0200 |
commit | 4738b911e7a3602f407bb82cb4c1876484d6cf6b (patch) | |
tree | 387436fffce9c0e26774bcd26aa2ef0512f120cd /net-p2p/mktorrent | |
parent | net-p2p/mktorrent: stabilize 1.1_p20180912 on amd64 (diff) | |
download | gentoo-4738b911e7a3602f407bb82cb4c1876484d6cf6b.tar.gz gentoo-4738b911e7a3602f407bb82cb4c1876484d6cf6b.tar.bz2 gentoo-4738b911e7a3602f407bb82cb4c1876484d6cf6b.zip |
net-p2p/mktorrent: stabilize 1.1_p20180912 on x86
Closes: https://bugs.gentoo.org/757384
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/mktorrent')
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild index 1d90b66ed46d..bc2ff912f7c7 100644 --- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild +++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then else COMMIT_ID="4c221a05d949a3767a2671de139c6014909daf6b" SRC_URI="https://github.com/Rudde/${PN}/archive/${COMMIT_ID}.tar.gz -> ${PN}-${COMMIT_ID}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" S="${WORKDIR}/${PN}-${COMMIT_ID}" fi |