diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 22:34:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 22:34:19 +0000 |
commit | 005ad24b1e03e45889070099ffc70e106927deac (patch) | |
tree | 29f886b721724c69f9e8f69da171241738b914af /dev-cpp/gconfmm | |
parent | repoman fixes (diff) | |
download | historical-005ad24b1e03e45889070099ffc70e106927deac.tar.gz historical-005ad24b1e03e45889070099ffc70e106927deac.tar.bz2 historical-005ad24b1e03e45889070099ffc70e106927deac.zip |
repoman fixes
Diffstat (limited to 'dev-cpp/gconfmm')
-rw-r--r-- | dev-cpp/gconfmm/gconfmm-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild b/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild index b5eaae800415..70a6e655dc54 100644 --- a/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild +++ b/dev-cpp/gconfmm/gconfmm-2.0.1.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/gconfmm/gconfmm-2.0.1.ebuild,v 1.1 2003/06/20 23:44:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild,v 1.2 2003/07/12 22:34:17 aliz Exp $ inherit gnome2 @@ -14,7 +14,7 @@ KEYWORDS="x86 ~ppc ~sparc" SLOT="0" RDEPEND=">=gnome-base/gconf-1.2.0 - >=x11-libs/gtkmm-2.0.1" + >=dev-cpp/gtkmm-2.0.1" DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" |