summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-05-31 21:00:54 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-05-31 21:00:54 +0000
commit0b0d527fb5dbef86c0f016827009a3a36b4c8c8a (patch)
tree97a33f231701944c9b9632d55f532fa889e33700 /app-misc
parentunmasked latest libpng (diff)
downloadgentoo-2-0b0d527fb5dbef86c0f016827009a3a36b4c8c8a.tar.gz
gentoo-2-0b0d527fb5dbef86c0f016827009a3a36b4c8c8a.tar.bz2
gentoo-2-0b0d527fb5dbef86c0f016827009a3a36b4c8c8a.zip
gtk problems fixed
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtk-theme-switch/Changelog7
-rw-r--r--app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/gtk-theme-switch/Changelog b/app-misc/gtk-theme-switch/Changelog
index d3c812b5af02..dffe5132e709 100644
--- a/app-misc/gtk-theme-switch/Changelog
+++ b/app-misc/gtk-theme-switch/Changelog
@@ -1,9 +1,12 @@
# ChangeLog for app-misc/gtk-theme-switch
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/Changelog,v 1.1 2002/05/09 18:35:17 bass Exp $
+# 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 $
*gtk-theme-switch-1.0.1 (06 may 2002)
06 may 2002 ; José Alberto Suárez López <bass@gentoo.org> ChangeLog :
-
First Relase
+
+ 31 May 2002; J. Alberto Suárez L. <bass@gentoo.org> gtk-theme-switch :
+ Fisex problem with gtk.
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 f2f6f8481b63..e5b562392d3c 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,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: José Alberto Suárez López <bass@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.1 2002/05/09 18:35:17 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtk-theme-switch/gtk-theme-switch-1.0.1.ebuild,v 1.2 2002/05/31 21:00:12 bass Exp $
S=${WORKDIR}/${P}
# Short one-line description of this package.
@@ -13,7 +12,9 @@ HOMEPAGE="http://www.muhri.net/nav.php3?node=gts"
LICENSE="GPL"
-DEPEND="x11-libs/gtk+"
+DEPEND="=x11-libs/gtk+-1.2.10-r8"
+RDEPEND="${DEPEND}"
+SLOT="0"
src_compile() {
make || die