diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-05-31 22:14:18 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-05-31 22:14:18 +0000 |
commit | 6fb50987483eac21f5007fc9596f108d845e74f8 (patch) | |
tree | 4513838014392662df49c12a8833e6ddd84aacbb /x11-misc | |
parent | dont install uselss COPYING file and fix other stuff while i'm at it (diff) | |
download | gentoo-2-6fb50987483eac21f5007fc9596f108d845e74f8.tar.gz gentoo-2-6fb50987483eac21f5007fc9596f108d845e74f8.tar.bz2 gentoo-2-6fb50987483eac21f5007fc9596f108d845e74f8.zip |
Fix RDEPEND
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/synaptics/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.13.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog index fa54258d3954..f2eb41da0b4a 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.16 2004/05/31 09:29:20 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.17 2004/05/31 22:14:18 battousai Exp $ + + 31 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild: + Add back the xorg-x11 RDEPEND. Fixes 52627, thanks to Ta^3 on FreeNode. 31 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild: Added a little sed magic to change the MANDIR to /usr/man/man1 instead of diff --git a/x11-misc/synaptics/synaptics-0.13.2.ebuild b/x11-misc/synaptics/synaptics-0.13.2.ebuild index 8a41b004fdbf..47c9f2a5a2ad 100644 --- a/x11-misc/synaptics/synaptics-0.13.2.ebuild +++ b/x11-misc/synaptics/synaptics-0.13.2.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.13.2.ebuild,v 1.2 2004/05/31 09:29:20 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.3 2004/05/31 22:14:18 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/xorg-x11 >=x11-base/xfree-4.3.0-r4 )" src_unpack() { unpack ${A} |