diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 10:41:56 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 10:41:56 +0000 |
commit | d2a61f8a7d417ec01eee47bed8f72e7fe04f157e (patch) | |
tree | b908df72278004ba43fa330c3e76ad57dd6ae22f /app-sci/qcad | |
parent | Initial import. Thanks to John Steele Scott <toojays@toojays.net>, Jean-Luc J... (diff) | |
download | gentoo-2-d2a61f8a7d417ec01eee47bed8f72e7fe04f157e.tar.gz gentoo-2-d2a61f8a7d417ec01eee47bed8f72e7fe04f157e.tar.bz2 gentoo-2-d2a61f8a7d417ec01eee47bed8f72e7fe04f157e.zip |
keywords ~amd64.
Diffstat (limited to 'app-sci/qcad')
-rw-r--r-- | app-sci/qcad/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/qcad/qcad-2.0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/qcad/ChangeLog b/app-sci/qcad/ChangeLog index b44baf9ac0eb..ee02a1c9a73a 100644 --- a/app-sci/qcad/ChangeLog +++ b/app-sci/qcad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/qcad # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.26 2004/09/30 10:56:14 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.27 2004/10/17 10:41:56 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> qcad-2.0.4.0.ebuild: + keywords ~amd64. *qcad-2.0.4.0 (30 Sep 2004) diff --git a/app-sci/qcad/qcad-2.0.4.0.ebuild b/app-sci/qcad/qcad-2.0.4.0.ebuild index 54adec80e1cc..ed291c08d7f2 100644 --- a/app-sci/qcad/qcad-2.0.4.0.ebuild +++ b/app-sci/qcad/qcad-2.0.4.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/app-sci/qcad/qcad-2.0.4.0.ebuild,v 1.2 2004/10/10 13:06:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.4.0.ebuild,v 1.3 2004/10/17 10:41:56 absinthe Exp $ inherit kde-functions eutils @@ -15,7 +15,7 @@ HOMEPAGE="http://www.ribbonsoft.com/qcad.html" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" need-qt 3.3 |