git: 639f2354ded8 - main - net-p2p/deluge: Remove CPE information for metaport

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 18 Oct 2021 09:36:33 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=639f2354ded8ba86b91c658b2e14f563b57d8dd4

commit 639f2354ded8ba86b91c658b2e14f563b57d8dd4
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-18 09:28:45 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-18 09:36:16 +0000

    net-p2p/deluge: Remove CPE information for metaport
---
 net-p2p/deluge/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index f25bb3079f42..b06f3e110c9f 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -14,9 +14,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \
 		xdg-utils>=1.0.2:devel/xdg-utils \
 		deluge:net-p2p/deluge-cli
 
-USES=		cpe gnome metaport python:3.5+
+USES=		gnome metaport python:3.5+
 USE_GNOME=	gtk30 librsvg2 pygobject3
 
-CPE_VENDOR=	deluge-torrent
-
 .include <bsd.port.mk>