diff options
-rw-r--r-- | app-misc/slashtime/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/slashtime/slashtime-0.5.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/slashtime/ChangeLog b/app-misc/slashtime/ChangeLog index 4aac8a22b9e1..28179decb0b5 100644 --- a/app-misc/slashtime/ChangeLog +++ b/app-misc/slashtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/slashtime -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.15 2010/06/17 16:19:26 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.16 2011/03/11 19:19:43 hwoarang Exp $ + + 11 Mar 2011; Markos Chandras <hwoarang@gentoo.org> slashtime-0.5.12.ebuild: + Stable on amd64 wrt bug #358155 *slashtime-0.5.12 (17 Jun 2010) diff --git a/app-misc/slashtime/slashtime-0.5.12.ebuild b/app-misc/slashtime/slashtime-0.5.12.ebuild index 81363855a647..f3f3cd0621d5 100644 --- a/app-misc/slashtime/slashtime-0.5.12.ebuild +++ b/app-misc/slashtime/slashtime-0.5.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.12.ebuild,v 1.1 2010/06/17 16:19:26 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.12.ebuild,v 1.2 2011/03/11 19:19:43 hwoarang 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.16:4.0" |