diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-18 22:53:50 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-18 22:53:50 +0000 |
commit | ba491e6938193e55ca067b3fec2bbdf4d88b519e (patch) | |
tree | 7e61337f22feb48996b13492eed326db30532cdd /x11-libs/qwtplot3d | |
parent | - bugfix: dont write to memory when NULL rpaths exists and not using -X/--fix... (diff) | |
download | historical-ba491e6938193e55ca067b3fec2bbdf4d88b519e.tar.gz historical-ba491e6938193e55ca067b3fec2bbdf4d88b519e.tar.bz2 historical-ba491e6938193e55ca067b3fec2bbdf4d88b519e.zip |
Stable on amd64.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-libs/qwtplot3d')
-rw-r--r-- | x11-libs/qwtplot3d/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/qwtplot3d/ChangeLog b/x11-libs/qwtplot3d/ChangeLog index 68df786a2725..a4ace4827f79 100644 --- a/x11-libs/qwtplot3d/ChangeLog +++ b/x11-libs/qwtplot3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qwtplot3d -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.4 2005/12/23 19:38:10 carlo Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.5 2006/01/18 22:53:50 cryos Exp $ + + 18 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + qwtplot3d-0.2.6-r2.ebuild: + Stable on amd64. *qwtplot3d-0.2.6-r2 (23 Dec 2005) diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild index ecf1917a216b..f391d845ddcc 100644 --- a/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild +++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild,v 1.1 2005/12/23 19:38:10 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.6-r2.ebuild,v 1.2 2006/01/18 22:53:50 cryos Exp $ inherit multilib qt3 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/qwtplot3d/${MY_P}.tgz LICENSE="ZLIB" SLOT="0" IUSE="doc examples" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="$(qt_min_version 3.3) >=sys-apps/sed-4 |