diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-18 16:34:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-18 16:34:29 +0000 |
commit | 7035784ee284de11c4f7a4202c2e528624f860bf (patch) | |
tree | 52913efb1a4900889515f70a83d6281c3d317ce9 /x11-misc | |
parent | Fix typo: s/RDPEND/RDEPEND/ (diff) | |
download | gentoo-2-7035784ee284de11c4f7a4202c2e528624f860bf.tar.gz gentoo-2-7035784ee284de11c4f7a4202c2e528624f860bf.tar.bz2 gentoo-2-7035784ee284de11c4f7a4202c2e528624f860bf.zip |
Fix typos in *DEPEND
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dxpc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/dxpc/dxpc-3.8.2-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/dxpc/dxpc-3.9.1.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/dxpc/ChangeLog b/x11-misc/dxpc/ChangeLog index 92e6b14ea4d4..0ecbe1fba2b4 100644 --- a/x11-misc/dxpc/ChangeLog +++ b/x11-misc/dxpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/dxpc -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.12 2007/07/22 03:04:09 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/ChangeLog,v 1.13 2009/09/18 16:34:29 tove Exp $ + + 18 Sep 2009; Torsten Veller <tove@gentoo.org> dxpc-3.8.2-r1.ebuild, + dxpc-3.9.1.ebuild: + Fix typos in *DEPEND 22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> dxpc-3.8.2-r1.ebuild, dxpc-3.9.1.ebuild: diff --git a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild b/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild index c5a3f841f7a1..1c23f26bee9a 100644 --- a/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild +++ b/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild,v 1.4 2007/07/22 03:04:09 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.8.2-r1.ebuild,v 1.5 2009/09/18 16:34:29 tove Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/libXt >=dev-libs/lzo-2" -REPEND="${RDEPEND} +DEPEND="${RDEPEND} x11-proto/xproto" src_unpack() { diff --git a/x11-misc/dxpc/dxpc-3.9.1.ebuild b/x11-misc/dxpc/dxpc-3.9.1.ebuild index 4583c56241bb..78484c269fea 100644 --- a/x11-misc/dxpc/dxpc-3.9.1.ebuild +++ b/x11-misc/dxpc/dxpc-3.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.1.ebuild,v 1.2 2007/07/22 03:04:09 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.1.ebuild,v 1.3 2009/09/18 16:34:29 tove Exp $ DESCRIPTION="an X protocol compressor designed to improve the speed of X11 applications run over low-bandwidth links" @@ -12,9 +12,9 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND="x11-libs/libXt +RDEPEND="x11-libs/libXt >=dev-libs/lzo-2" -DEPEMD="${RDEPEND} +DEPEND="${RDEPEND} x11-proto/xproto" src_install () { |