diff options
author | 2003-07-12 22:34:19 +0000 | |
---|---|---|
committer | 2003-07-12 22:34:19 +0000 | |
commit | 6973b058cc65e351af4f5c3b984a803b61e10f74 (patch) | |
tree | 25e9774fb7e95488ff6335ecec6655bbcbdf7107 /dev-cpp/libgnomecanvasmm | |
parent | repoman fixes (diff) | |
download | gentoo-2-6973b058cc65e351af4f5c3b984a803b61e10f74.tar.gz gentoo-2-6973b058cc65e351af4f5c3b984a803b61e10f74.tar.bz2 gentoo-2-6973b058cc65e351af4f5c3b984a803b61e10f74.zip |
repoman fixes
Diffstat (limited to 'dev-cpp/libgnomecanvasmm')
-rw-r--r-- | dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild index eaf092093eef..45e48d82d112 100644 --- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild +++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.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/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild,v 1.1 2003/06/20 23:44:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild,v 1.2 2003/07/12 22:34:19 aliz Exp $ inherit gnome2 @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1" KEYWORDS="x86 ~ppc ~sparc" RDEPEND=">=gnome-base/libgnomecanvas-2.0.0 - >=x11-libs/gtkmm-2.0.1" + >=dev-cpp/gtkmm-2.0.1" DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" |