diff options
-rw-r--r-- | app-misc/slashtime/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/slashtime/slashtime-0.5.11.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/slashtime/ChangeLog b/app-misc/slashtime/ChangeLog index aec6f25b25ed..6a83a20a156e 100644 --- a/app-misc/slashtime/ChangeLog +++ b/app-misc/slashtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/slashtime -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.12 2009/12/13 23:42:12 ken69267 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.13 2010/03/30 17:51:11 fauli Exp $ + + 30 Mar 2010; Christian Faulhammer <fauli@gentoo.org> + slashtime-0.5.11.ebuild: + stable x86, bug 311963 *slashtime-0.5.11 (13 Dec 2009) diff --git a/app-misc/slashtime/slashtime-0.5.11.ebuild b/app-misc/slashtime/slashtime-0.5.11.ebuild index ec84327ddcc2..e525300199fe 100644 --- a/app-misc/slashtime/slashtime-0.5.11.ebuild +++ b/app-misc/slashtime/slashtime-0.5.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.11.ebuild,v 1.1 2009/12/13 23:42:12 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.11.ebuild,v 1.2 2010/03/30 17:51:11 fauli Exp $ EAPI=2 JAVA_PKG_IUSE="source" @@ -13,7 +13,7 @@ SRC_URI="http://research.operationaldynamics.com/projects/${PN}/dist/${P}.tar.bz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" COMMON_DEP=">=dev-java/java-gnome-4.0.14_rc2:4.0" |