diff options
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index d4da1d33393e..15a2f45ad1b0 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/evolvotron # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.16 2008/02/11 21:57:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.17 2008/07/23 17:57:26 coldwind Exp $ + + 23 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> + evolvotron-0.5.1.ebuild: + amd64 stable *evolvotron-0.5.1 (11 Feb 2008) diff --git a/x11-misc/evolvotron/evolvotron-0.5.1.ebuild b/x11-misc/evolvotron/evolvotron-0.5.1.ebuild index 1a66f6d34e31..940010013fdb 100644 --- a/x11-misc/evolvotron/evolvotron-0.5.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.1.ebuild,v 1.1 2008/02/11 21:57:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.1.ebuild,v 1.2 2008/07/23 17:57:26 coldwind Exp $ inherit qt3 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND="$(qt_min_version 3)" |