diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-07-13 22:51:56 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-07-13 22:51:56 +0000 |
commit | 55158f63bb302d11b4d41d607613672564fa13dd (patch) | |
tree | 5e7d34a94dbda793ae1b7bf7ee42eccb8e042d3d /dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild | |
parent | version bump (diff) | |
download | historical-55158f63bb302d11b4d41d607613672564fa13dd.tar.gz historical-55158f63bb302d11b4d41d607613672564fa13dd.tar.bz2 historical-55158f63bb302d11b4d41d607613672564fa13dd.zip |
dep fixes
Diffstat (limited to 'dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild')
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild index 3e15ca1fe96c..1989ab2b1a9f 100644 --- a/dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild +++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.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/libgnomeuimm/libgnomeuimm-2.6.0.ebuild,v 1.5 2004/06/24 21:50:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.6.0.ebuild,v 1.6 2004/07/13 22:51:56 foser Exp $ inherit gnome2 eutils @@ -8,7 +8,7 @@ DESCRIPTION="C++ bindings for libgnomeui" HOMEPAGE="http://gtkmm.sourceforge.net/" LICENSE="LGPL-2.1" -SLOT="1.1" +SLOT="2.6" KEYWORDS="~x86 ~amd64" IUSE="" @@ -18,6 +18,7 @@ RDEPEND=">=gnome-base/libgnomeui-2.6 >=dev-cpp/gconfmm-2.6 >=dev-cpp/libglademm-2.4 >=dev-cpp/gnome-vfsmm-2.6" + DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" |