summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-04 20:47:47 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-04 20:47:47 +0200
commit6729ff6e2c15bea3115c789858bc589a8a39ee08 (patch)
treeb28e37d3ed0e3777b566618e20b1b6eb2a850b1f /media-video/clive
parentdev-vcs/git-deploy: Move from perl-app to perl-functions.eclass (diff)
downloadgentoo-6729ff6e2c15bea3115c789858bc589a8a39ee08.tar.gz
gentoo-6729ff6e2c15bea3115c789858bc589a8a39ee08.tar.bz2
gentoo-6729ff6e2c15bea3115c789858bc589a8a39ee08.zip
media-video/clive: move from perl-app to perl-module.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-video/clive')
-rw-r--r--media-video/clive/clive-2.3.0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/clive/clive-2.3.0.1.ebuild b/media-video/clive/clive-2.3.0.1.ebuild
index d5d07324ff83..9d5ff02dec34 100644
--- a/media-video/clive/clive-2.3.0.1.ebuild
+++ b/media-video/clive/clive-2.3.0.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit perl-app
+GENTOO_DEPEND_ON_PERL_SUBSLOT=no
+inherit perl-module
DESCRIPTION="Command line tool for extracting videos from various websites"
HOMEPAGE="http://clive.sourceforge.net/"