diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /sys-apps/tpctl | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'sys-apps/tpctl')
-rw-r--r-- | sys-apps/tpctl/tpctl-3.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/tpctl/tpctl-4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/tpctl/tpctl-3.2.ebuild b/sys-apps/tpctl/tpctl-3.2.ebuild index 4cf4851e77bb..3bfbf195476a 100644 --- a/sys-apps/tpctl/tpctl-3.2.ebuild +++ b/sys-apps/tpctl/tpctl-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-3.2.ebuild,v 1.10 2003/02/13 16:18:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-3.2.ebuild,v 1.11 2003/03/11 21:11:46 seemant Exp $ IUSE="ncurses tpctlir perl" @@ -17,7 +17,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="$DEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses )" -RDEPEND="$RDEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses ) perl? ( sys-devel/perl )" +RDEPEND="$RDEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses ) perl? ( dev-lang/perl )" src_compile() { emake -C lib || die "lib make failed" diff --git a/sys-apps/tpctl/tpctl-4.2.ebuild b/sys-apps/tpctl/tpctl-4.2.ebuild index 74eb8eddc784..793bb5438d45 100644 --- a/sys-apps/tpctl/tpctl-4.2.ebuild +++ b/sys-apps/tpctl/tpctl-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-4.2.ebuild,v 1.1 2003/02/17 16:17:07 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tpctl/tpctl-4.2.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $ IUSE="ncurses tpctlir perl" @@ -16,7 +16,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="$DEPEND >=sys-apps/thinkpad-4.1 ncurses? ( sys-libs/ncurses )" -RDEPEND="$RDEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses ) perl? ( sys-devel/perl )" +RDEPEND="$RDEPEND sys-apps/thinkpad ncurses? ( sys-libs/ncurses ) perl? ( dev-lang/perl )" src_compile() { emake -C lib || die "lib make failed" |