diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-25 20:25:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-25 20:25:03 +0000 |
commit | 06f6a9256db06650250772d996af4a12a53b2f6e (patch) | |
tree | a54cb41b5f9551f782569404d90cdce7dd2d83c1 /x11-themes | |
parent | Initial import. Let the 6to4 fun ensue! (diff) | |
download | gentoo-2-06f6a9256db06650250772d996af4a12a53b2f6e.tar.gz gentoo-2-06f6a9256db06650250772d996af4a12a53b2f6e.tar.bz2 gentoo-2-06f6a9256db06650250772d996af4a12a53b2f6e.zip |
fix gtk1 dep
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-notif2/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/gtk-engines-notif2/ChangeLog b/x11-themes/gtk-engines-notif2/ChangeLog index fbab59b43bd1..9150a370447b 100644 --- a/x11-themes/gtk-engines-notif2/ChangeLog +++ b/x11-themes/gtk-engines-notif2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-notif2 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.1 2003/06/19 09:49:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.2 2003/06/25 20:24:55 liquidx Exp $ + + 25 Jun 2003; Alastair Tse <liquidx@gentoo.org> + gtk-engines-notif2-1.0.ebuild: + fixed gtk+ dep *gtk-engines-notif2-1.0 (19 Jun 2003) diff --git a/x11-themes/gtk-engines-notif2/Manifest b/x11-themes/gtk-engines-notif2/Manifest index 56db1beea9cb..9382fb7665d8 100644 --- a/x11-themes/gtk-engines-notif2/Manifest +++ b/x11-themes/gtk-engines-notif2/Manifest @@ -1,3 +1,3 @@ -MD5 54c81f1de1a514397bee4419b56cdb83 gtk-engines-notif2-1.0.ebuild 659 -MD5 1cfda0e7963b97b773d934bc2595e088 ChangeLog 411 +MD5 53a04f8a299ae0204ad531b8a5505e68 gtk-engines-notif2-1.0.ebuild 660 +MD5 e11f5d9990f27f5b341a308425a812db ChangeLog 511 MD5 75f60267e32e89d77e6fea38ca784364 files/digest-gtk-engines-notif2-1.0 63 diff --git a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild index 891322d4d1c4..9921eb89b476 100644 --- a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild +++ b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.1 2003/06/19 09:49:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.2 2003/06/25 20:24:55 liquidx Exp $ inherit gtk-engines2 @@ -12,7 +12,7 @@ KEYWORDS="~x86" LICENSE="GPL-2" SLOT="1" -DEPEND="=x11-libs/gtk+-1.2" +DEPEND="=x11-libs/gtk+-1.2*" S=${WORKDIR}/notif2-${PV} |