diff options
Diffstat (limited to 'sci-misc/qcad/qcad-2.0.4.0-r1.ebuild')
-rw-r--r-- | sci-misc/qcad/qcad-2.0.4.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild b/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild index 7b32683b9f60..f2c416e6b7fa 100644 --- a/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild +++ b/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild,v 1.3 2005/02/05 11:07:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0-r1.ebuild,v 1.4 2005/03/17 02:40:51 cryos Exp $ inherit kde-functions eutils @@ -16,7 +16,7 @@ HOMEPAGE="http://www.ribbonsoft.com/qcad.html" LICENSE="GPL-2" SLOT="0" IUSE="doc" -KEYWORDS="~x86 ppc ~amd64" +KEYWORDS="x86 ppc amd64" need-qt 3.3 @@ -82,4 +82,5 @@ src_install () { cd ${WORKDIR} cp -a qcaddoc.adp cad ${D}usr/share/doc/${PF} fi + make_desktop_entry ${PN} ${PN} ${PN} Office } |