diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:57:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:57:37 +0000 |
commit | f7a5362c7c7494cfa0585e189853348eb31cf0aa (patch) | |
tree | 1a106f0a080f4dbb0601381132c7e1871a7145ca /x11-misc/icemc/icemc-1.8.ebuild | |
parent | adding categorie. see 45110 for details (Manifest recommit) (diff) | |
download | gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.tar.gz gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.tar.bz2 gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'x11-misc/icemc/icemc-1.8.ebuild')
-rw-r--r-- | x11-misc/icemc/icemc-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/icemc/icemc-1.8.ebuild b/x11-misc/icemc/icemc-1.8.ebuild index d59cd1b341b8..6f1412412070 100644 --- a/x11-misc/icemc/icemc-1.8.ebuild +++ b/x11-misc/icemc/icemc-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.8.ebuild,v 1.1 2004/02/23 07:25:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.8.ebuild,v 1.2 2004/03/21 09:52:51 mholzer Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=qt-3.0.0" +DEPEND=">=x11-libs/qt-3.0.0" src_compile() { econf || die "econf failed" |