diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-23 09:44:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-23 09:44:20 +0200 |
commit | d7196bceb6c0d635d0c572c16b8242852dc33203 (patch) | |
tree | a675ac833643c72082042c06b3a067d68cafeedc /net-p2p | |
parent | net-libs/libtorrent-rasterbar: x86 stable wrt bug #814926 (diff) | |
download | gentoo-d7196bceb6c0d635d0c572c16b8242852dc33203.tar.gz gentoo-d7196bceb6c0d635d0c572c16b8242852dc33203.tar.bz2 gentoo-d7196bceb6c0d635d0c572c16b8242852dc33203.zip |
net-p2p/deluge: x86 stable wrt bug #814926
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/deluge-2.0.3-r10.ebuild b/net-p2p/deluge/deluge-2.0.3-r10.ebuild index a12e2b66db79..9880f014ec4b 100644 --- a/net-p2p/deluge/deluge-2.0.3-r10.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r10.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="amd64 ~arm ~ppc ~sparc x86" fi LICENSE="GPL-2" |