diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-02-23 08:33:11 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-02-23 08:33:11 +0000 |
commit | 70144fe3e59c9c8083b08b2f8e4605096616f62b (patch) | |
tree | 00790b4584f1deec5df40274c8a14f2793fb8bb9 /x11-misc | |
parent | Initial import, see bug 38021 (Manifest recommit) (diff) | |
download | gentoo-2-70144fe3e59c9c8083b08b2f8e4605096616f62b.tar.gz gentoo-2-70144fe3e59c9c8083b08b2f8e4605096616f62b.tar.bz2 gentoo-2-70144fe3e59c9c8083b08b2f8e4605096616f62b.zip |
Fix stupid RDEPEND error.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/synaptics/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog index dc4870889b2a..6ce0d09e4a49 100644 --- a/x11-misc/synaptics/ChangeLog +++ b/x11-misc/synaptics/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/synaptics # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.10 2004/02/19 17:12:33 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.11 2004/02/23 08:33:11 battousai Exp $ + + 23 Feb 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.12.4.ebuild: + Oops. Fixed my stupid RDEPEND mistake. *synaptics-0.12.4 (19 Feb 2004) diff --git a/x11-misc/synaptics/synaptics-0.12.4.ebuild b/x11-misc/synaptics/synaptics-0.12.4.ebuild index a9e07fe39ed6..d914238c14bf 100644 --- a/x11-misc/synaptics/synaptics-0.12.4.ebuild +++ b/x11-misc/synaptics/synaptics-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.4.ebuild,v 1.1 2004/02/19 17:12:33 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.4.ebuild,v 1.2 2004/02/23 08:33:11 battousai Exp $ # This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r3 # and xfree-4.3.99.14 >= X >= xfree-4.3.99.8. @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -#RDEPEND=">=x11-base/xfree-4.3.0-r4" +RDEPEND=">=x11-base/xfree-4.3.0-r4" src_unpack() { unpack ${A} |