diff options
author | Jonathan Smith <smithj@gentoo.org> | 2006-04-10 19:48:07 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2006-04-10 19:48:07 +0000 |
commit | 2f00964680c8821a99bd92b8a3a59ef82d7070d7 (patch) | |
tree | 5f6945f24b7bd30300951e714ff34c01f89af1bc /x11-misc/i855crt | |
parent | x86 stable. note that you'll need to rewrite config files as mentioned in the... (diff) | |
download | gentoo-2-2f00964680c8821a99bd92b8a3a59ef82d7070d7.tar.gz gentoo-2-2f00964680c8821a99bd92b8a3a59ef82d7070d7.tar.bz2 gentoo-2-2f00964680c8821a99bd92b8a3a59ef82d7070d7.zip |
removed RDEPEND=
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'x11-misc/i855crt')
-rw-r--r-- | x11-misc/i855crt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/i855crt/i855crt-0.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/i855crt/ChangeLog b/x11-misc/i855crt/ChangeLog index 5ec6f29109a8..11ace6283491 100644 --- a/x11-misc/i855crt/ChangeLog +++ b/x11-misc/i855crt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/i855crt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i855crt/ChangeLog,v 1.2 2006/03/05 10:42:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i855crt/ChangeLog,v 1.3 2006/04/10 19:48:07 smithj Exp $ + + 10 Apr 2006; <smithj@gentoo.org> i855crt-0.4.ebuild: + removed RDEPEND= 05 Mar 2006; Simon Stelling <blubb@gentoo.org> i855crt-0.4.ebuild: remove unneeded src_compile diff --git a/x11-misc/i855crt/i855crt-0.4.ebuild b/x11-misc/i855crt/i855crt-0.4.ebuild index 141ec6d5f2f5..da729ebd0952 100644 --- a/x11-misc/i855crt/i855crt-0.4.ebuild +++ b/x11-misc/i855crt/i855crt-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i855crt/i855crt-0.4.ebuild,v 1.2 2006/03/05 10:42:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i855crt/i855crt-0.4.ebuild,v 1.3 2006/04/10 19:48:07 smithj Exp $ DESCRIPTION="Intel Montara 855GM CRT out auxiliary driver" HOMEPAGE="http://i855crt.sourceforge.net/" @@ -16,7 +16,6 @@ DEPEND="|| ( ( x11-libs/libXext ) virtual/x11 )" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |