diff options
Diffstat (limited to 'dev-util/kup/kup-0.3.2.ebuild')
-rw-r--r-- | dev-util/kup/kup-0.3.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/kup/kup-0.3.2.ebuild b/dev-util/kup/kup-0.3.2.ebuild index 9286c6abe3a6..735528b8eea9 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-2013 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.3 2013/05/10 09:40:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kup/kup-0.3.2.ebuild,v 1.4 2013/06/02 12:01:37 pacho Exp $ DESCRIPTION="kernel.org uploader tool" HOMEPAGE="http://www.kernel.org/pub/software/network/kup" @@ -11,8 +11,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-lang/perl - dev-perl/Config-Simple" +RDEPEND=" + dev-lang/perl + dev-perl/BSD-Resource + dev-perl/Config-Simple +" src_install () { dobin kup |