diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:08:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-29 10:08:01 +0200 |
commit | 832be042c67593cb845344ac82ac3e222a65f667 (patch) | |
tree | 9a170e356f80566013074f0af6e916d605426353 /net-p2p/mktorrent | |
parent | dev-cpp/tclap: stabilize 1.2.2 on amd64 (diff) | |
download | gentoo-832be042c67593cb845344ac82ac3e222a65f667.tar.gz gentoo-832be042c67593cb845344ac82ac3e222a65f667.tar.bz2 gentoo-832be042c67593cb845344ac82ac3e222a65f667.zip |
net-p2p/mktorrent: stabilize 1.1_p20180912 on amd64
Bug: 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild index 455a6b3c4791..1d90b66ed46d 100644 --- a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild +++ b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild @@ -13,13 +13,12 @@ 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 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" IUSE="threads +ssl libressl debug" RDEPEND=" |