diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 20:17:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 20:17:01 +0000 |
commit | 647c5f76cbfc977ad6e445c5cb49872ffdf728ce (patch) | |
tree | 0cd04f14969ed14fe980880d24aaa1ad12ef49f9 /kde-base/kmplot | |
parent | Replace old db4* patches with a better one, which fixes broken compilation on... (diff) | |
download | historical-647c5f76cbfc977ad6e445c5cb49872ffdf728ce.tar.gz historical-647c5f76cbfc977ad6e445c5cb49872ffdf728ce.tar.bz2 historical-647c5f76cbfc977ad6e445c5cb49872ffdf728ce.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1.1_rc1-r5
Diffstat (limited to 'kde-base/kmplot')
-rw-r--r-- | kde-base/kmplot/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmplot/kmplot-3.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kmplot/ChangeLog b/kde-base/kmplot/ChangeLog index 01cb290d3c0a..c9b6279bcbe3 100644 --- a/kde-base/kmplot/ChangeLog +++ b/kde-base/kmplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmplot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.49 2006/09/03 14:50:15 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/ChangeLog,v 1.50 2006/09/06 20:07:01 flameeyes Exp $ + + 06 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> kmplot-3.5.4.ebuild: + Add ~x86-fbsd keyword. 03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> kmplot-3.5.2.ebuild: Stable on ia64. diff --git a/kde-base/kmplot/kmplot-3.5.4.ebuild b/kde-base/kmplot/kmplot-3.5.4.ebuild index 24200ebf49a7..0edf863ca0bc 100644 --- a/kde-base/kmplot/kmplot-3.5.4.ebuild +++ b/kde-base/kmplot/kmplot-3.5.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.4.ebuild,v 1.1 2006/07/25 06:48:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmplot/kmplot-3.5.4.ebuild,v 1.2 2006/09/06 20:07:01 flameeyes Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="Mathematical function plotter for KDE" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |