diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-06-01 08:47:01 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-06-01 08:47:01 +0000 |
commit | 077334fddb047b4732ce75d1f9976b5fb01f4104 (patch) | |
tree | a2cfd2c007bf94cf5af03138b56e75bb6751b0a0 /app-misc | |
parent | gtk 1.2.x should have a SLOT also (diff) | |
download | gentoo-2-077334fddb047b4732ce75d1f9976b5fb01f4104.tar.gz gentoo-2-077334fddb047b4732ce75d1f9976b5fb01f4104.tar.bz2 gentoo-2-077334fddb047b4732ce75d1f9976b5fb01f4104.zip |
gtk dep fix
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gtk-theme-switch/Changelog | 6 | ||||
-rw-r--r-- | app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/gtk-theme-switch/Changelog b/app-misc/gtk-theme-switch/Changelog index dffe5132e709..51a8af1b5042 100644 --- a/app-misc/gtk-theme-switch/Changelog +++ b/app-misc/gtk-theme-switch/Changelog @@ -1,10 +1,14 @@ # ChangeLog for app-misc/gtk-theme-switch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # AUTHOR: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/Changelog,v 1.2 2002/05/31 21:00:12 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/Changelog,v 1.3 2002/06/01 08:47:01 blocke Exp $ *gtk-theme-switch-1.0.1 (06 may 2002) + 01 Jun 2002; Bruce A. Locke <blocke@shivan.org> gtk-theme-switch-1.0.1.ebuild: + + Fixed GTK+ Dependency + 06 may 2002 ; José Alberto Suárez López <bass@gentoo.org> ChangeLog : First Relase diff --git a/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild b/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild index cab4ae64a932..d56923e9e1fe 100644 --- a/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild +++ b/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.3 2002/06/01 00:04:31 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.4 2002/06/01 08:47:01 blocke Exp $ S=${WORKDIR}/${P} # Short one-line description of this package. @@ -12,7 +12,7 @@ HOMEPAGE="http://www.muhri.net/nav.php3?node=gts" LICENSE="GPL" -DEPEND="=x11-libs/gtk+-1.2.10-r8" +DEPEND="=x11-libs/gtk+-1.2*" RDEPEND="${DEPEND}" SLOT="0" |