commit: 832be042c67593cb845344ac82ac3e222a65f667 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Nov 29 08:08:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Nov 29 08:08:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832be042
net-p2p/mktorrent: stabilize 1.1_p20180912 on amd64 Bug: https://bugs.gentoo.org/757384 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild b/net-p2p/mktorrent/mktorrent-1.1_p20180912.ebuild index 455a6b3c479..1d90b66ed46 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="
