diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-25 22:46:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-25 22:46:46 +0000 |
commit | 935b3e205d36b4644daa7c1b0d98531d835b20ca (patch) | |
tree | d180a266c1183e6808796538c29f575cc6832011 /kde-misc/stock-quote | |
parent | app-misc/enum: New package (diff) | |
download | gentoo-2-935b3e205d36b4644daa7c1b0d98531d835b20ca.tar.gz gentoo-2-935b3e205d36b4644daa7c1b0d98531d835b20ca.tar.bz2 gentoo-2-935b3e205d36b4644daa7c1b0d98531d835b20ca.zip |
Stable on amd64 wrt bug #342617
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/stock-quote')
-rw-r--r-- | kde-misc/stock-quote/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/stock-quote/stock-quote-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog index 32295c82449d..d50a7dbf92ff 100644 --- a/kde-misc/stock-quote/ChangeLog +++ b/kde-misc/stock-quote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/stock-quote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.1 2010/02/13 20:19:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.2 2010/10/25 22:46:46 hwoarang Exp $ + + 25 Oct 2010; Markos Chandras <hwoarang@gentoo.org> stock-quote-2.1.ebuild: + Stable on amd64 wrt bug #342617 *stock-quote-2.1 (13 Feb 2010) diff --git a/kde-misc/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild index bca805b22302..71509474e04f 100644 --- a/kde-misc/stock-quote/stock-quote-2.1.ebuild +++ b/kde-misc/stock-quote/stock-quote-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.1 2010/02/13 20:19:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.2 2010/10/25 22:46:46 hwoarang Exp $ EAPI=2 inherit kde4-base @@ -13,7 +13,7 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/90695-${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}" |