diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-28 00:51:18 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-28 00:51:18 +0000 |
commit | 5bc3dd4420f39a0289011b76e6d4d418c826024f (patch) | |
tree | ad5705228463870e0546bb20fd0077e0707e5c14 /kde-misc | |
parent | Fix bug in configure script #119619 by Markus Ullmann and Richard Benjamin Vo... (diff) | |
download | gentoo-2-5bc3dd4420f39a0289011b76e6d4d418c826024f.tar.gz gentoo-2-5bc3dd4420f39a0289011b76e6d4d418c826024f.tar.bz2 gentoo-2-5bc3dd4420f39a0289011b76e6d4d418c826024f.zip |
Stable on sparc wrt #124070
(Portage version: 2.0.54)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/krecipes/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/krecipes/krecipes-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/krecipes/ChangeLog b/kde-misc/krecipes/ChangeLog index adaef4a37e88..6dc041eab5ed 100644 --- a/kde-misc/krecipes/ChangeLog +++ b/kde-misc/krecipes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/krecipes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.22 2006/02/27 00:05:30 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.23 2006/02/28 00:51:18 gustavoz Exp $ + + 28 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> krecipes-0.9.1.ebuild: + Stable on sparc wrt #124070 27 Feb 2006; Chris White <chriswhite@gentoo.org> krecipes-0.9.1.ebuild: x86 stable per bug #124070. diff --git a/kde-misc/krecipes/krecipes-0.9.1.ebuild b/kde-misc/krecipes/krecipes-0.9.1.ebuild index e558477f087c..83c0ea7153b1 100644 --- a/kde-misc/krecipes/krecipes-0.9.1.ebuild +++ b/kde-misc/krecipes/krecipes-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-0.9.1.ebuild,v 1.3 2006/02/27 00:05:30 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-0.9.1.ebuild,v 1.4 2006/02/28 00:51:18 gustavoz Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/krecipes/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="mysql postgres sqlite" DEPEND="sqlite? ( dev-db/sqlite )" |