diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 04:56:37 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 04:56:37 +0000 |
commit | 6ecce0eb2d26f5420333f5cf199bfe2e27422c31 (patch) | |
tree | 9835cbf8101f5e6d7d472eb68a0cf41b5eb5f034 /app-sci | |
parent | Removed dependency to pexpect and gdbm; bug #74368. (Manifest recommit) (diff) | |
download | gentoo-2-6ecce0eb2d26f5420333f5cf199bfe2e27422c31.tar.gz gentoo-2-6ecce0eb2d26f5420333f5cf199bfe2e27422c31.tar.bz2 gentoo-2-6ecce0eb2d26f5420333f5cf199bfe2e27422c31.zip |
Stable on amd64.
Diffstat (limited to 'app-sci')
-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 ee02a1c9a73a..39362130c0ac 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.27 2004/10/17 10:41:56 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/ChangeLog,v 1.28 2004/12/16 04:56:37 absinthe Exp $ + + 15 Dec 2004; Dylan Carlson <absinthe@gentoo.org> qcad-2.0.4.0.ebuild: + Stable on amd64. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> qcad-2.0.4.0.ebuild: keywords ~amd64. diff --git a/app-sci/qcad/qcad-2.0.4.0.ebuild b/app-sci/qcad/qcad-2.0.4.0.ebuild index bf2da4c126bf..1c065ec71382 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.4 2004/11/29 07:50:58 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-2.0.4.0.ebuild,v 1.5 2004/12/16 04:56:37 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 ~amd64" +KEYWORDS="x86 ~ppc amd64" need-qt 3.3 |