summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2012-04-13 16:42:33 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2012-04-13 16:42:33 +0000
commitd4b1f4157aa0c59b26535eec7081a003896c7546 (patch)
treee0d4bbd40a5d0d5965f0831a4b48b70b5115bfb0 /dev-util/kup
parentadd kup ebuild (diff)
downloadgentoo-2-d4b1f4157aa0c59b26535eec7081a003896c7546.tar.gz
gentoo-2-d4b1f4157aa0c59b26535eec7081a003896c7546.tar.bz2
gentoo-2-d4b1f4157aa0c59b26535eec7081a003896c7546.zip
fix ebuild to be RDEPEND, not DEPEND on perl and Config-Simple
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/kup')
-rw-r--r--dev-util/kup/ChangeLog5
-rw-r--r--dev-util/kup/kup-0.3.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/kup/ChangeLog b/dev-util/kup/ChangeLog
index 24f50a18a8a7..b6bdfacc9e97 100644
--- a/dev-util/kup/ChangeLog
+++ b/dev-util/kup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kup
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kup/ChangeLog,v 1.1 2012/04/13 16:38:24 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kup/ChangeLog,v 1.2 2012/04/13 16:42:33 gregkh Exp $
+
+ 13 Apr 2012; Greg Kroah-Hartman <gregkh@gentoo.org> kup-0.3.2.ebuild:
+ fix ebuild to be RDEPEND, not DEPEND on perl and Config-Simple
*kup-0.3.2 (13 Apr 2012)
diff --git a/dev-util/kup/kup-0.3.2.ebuild b/dev-util/kup/kup-0.3.2.ebuild
index 07781c0969b8..6f0d24c02169 100644
--- a/dev-util/kup/kup-0.3.2.ebuild
+++ b/dev-util/kup/kup-0.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kup/kup-0.3.2.ebuild,v 1.1 2012/04/13 16:38:24 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kup/kup-0.3.2.ebuild,v 1.2 2012/04/13 16:42:33 gregkh Exp $
DESCRIPTION="kernel.org uploader tool"
HOMEPAGE="http://www.kernel.org/pub/software/network/kup"
@@ -11,8 +11,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-lang/perl
- dev-perl/Config-Simple"
+RDEPEND="dev-lang/perl
+ dev-perl/Config-Simple"
src_install () {
dobin kup