diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:35:17 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:35:17 +0000 |
commit | b262f52234a387435b14486a432c1af8c9ffecc5 (patch) | |
tree | 789759d4733bca4251add1e4dc9f3b679fe725a5 /app-mobilephone/linuxsms | |
parent | Add patch to check only first argument when using pidof -x, fixes rc-daemon. (diff) | |
download | gentoo-2-b262f52234a387435b14486a432c1af8c9ffecc5.tar.gz gentoo-2-b262f52234a387435b14486a432c1af8c9ffecc5.tar.bz2 gentoo-2-b262f52234a387435b14486a432c1af8c9ffecc5.zip |
replace DEPEND with RDEPEND
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone/linuxsms')
-rw-r--r-- | app-mobilephone/linuxsms/linuxsms-0.77.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild index 29e497405e00..a4b461f7f716 100644 --- a/app-mobilephone/linuxsms/linuxsms-0.77.ebuild +++ b/app-mobilephone/linuxsms/linuxsms-0.77.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.2 2005/05/15 18:58:52 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/linuxsms/linuxsms-0.77.ebuild,v 1.3 2006/04/13 19:35:17 mrness Exp $ DESCRIPTION="A console perl script for sending SMS to cell phones" HOMEPAGE="http://linuxsms.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="arm ppc s390 sparc x86" IUSE="" -DEPEND=">=dev-lang/perl-5.6.1" +RDEPEND=">=dev-lang/perl-5.6.1" src_install() { dobin linuxsms || die "could not install the script" |