diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 20:07:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 20:07:01 +0000 |
commit | 3f1c74a75d0e133742b110861568996afba88ee7 (patch) | |
tree | e8c1b4b2b41b427ea012288dcab984e8214cc670 /kde-base/kmplot | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-3f1c74a75d0e133742b110861568996afba88ee7.tar.gz gentoo-2-3f1c74a75d0e133742b110861568996afba88ee7.tar.bz2 gentoo-2-3f1c74a75d0e133742b110861568996afba88ee7.zip |
Add ~x86-fbsd keyword.
(Portage version: 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="" |