diff options
Diffstat (limited to 'dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild')
-rw-r--r-- | dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild b/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild index 7ec4d3b..32bc2c0 100644 --- a/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild +++ b/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild @@ -1,23 +1,25 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild,v 1.2 2009/11/24 07:10:13 tove Exp $ +MODULE_AUTHOR=MGRIMES EAPI=2 -MODULE_AUTHOR=MGRIMES inherit perl-module DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)" +HOMEPAGE="" +SRC_URI="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" - RDEPEND=">=dev-lang/perl-5.12.2 - dev-perl/File-Path-Expand - dev-perl/Class-Accessor" + dev-perl/Class-Accessor + dev-perl/File-Path-Expand" + DEPEND="${RDEPEND} virtual/perl-Module-Build" |