diff options
author | Yi Quang <khai@gentoo.org> | 2004-07-01 20:45:57 +0000 |
---|---|---|
committer | Yi Quang <khai@gentoo.org> | 2004-07-01 20:45:57 +0000 |
commit | 59dad6ba608ffedb7328922a7d80618f7d097055 (patch) | |
tree | 167e87daf08e5ff32e14eb65a92ecc5d18de157f /dev-cpp/gconfmm/gconfmm-2.0.2.ebuild | |
parent | Fix bug 55814: RDEPEND on sysvinit and util-linux regardless of USE=build sin... (diff) | |
download | historical-59dad6ba608ffedb7328922a7d80618f7d097055.tar.gz historical-59dad6ba608ffedb7328922a7d80618f7d097055.tar.bz2 historical-59dad6ba608ffedb7328922a7d80618f7d097055.zip |
fixed slotting issue
Diffstat (limited to 'dev-cpp/gconfmm/gconfmm-2.0.2.ebuild')
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild b/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild index 2c3278ac12ad..5cbd1aea8a2d 100644 --- a/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild +++ b/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild,v 1.3 2004/06/24 21:48:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.0.2.ebuild,v 1.4 2004/07/01 20:45:57 khai Exp $ inherit gnome2 @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc hppa amd64" SLOT="2" RDEPEND=">=gnome-base/gconf-1.2.0 - >=dev-cpp/gtkmm-2.0.1" + =dev-cpp/gtkmm-2.2*" DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" |