diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 11:30:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 11:30:22 +0000 |
commit | b94500a913dc3333c7b59ec73744c97b807ca79d (patch) | |
tree | 2ef68870183832b58efe1838777d420959a4dbe0 /x11-misc/evolvotron | |
parent | Fix old-style Qt4 depend (diff) | |
download | gentoo-2-b94500a913dc3333c7b59ec73744c97b807ca79d.tar.gz gentoo-2-b94500a913dc3333c7b59ec73744c97b807ca79d.tar.bz2 gentoo-2-b94500a913dc3333c7b59ec73744c97b807ca79d.zip |
amd64 stable wrt #298358
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 37001fc6a760..b527483ef3ba 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/evolvotron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.20 2009/12/20 19:57:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.21 2009/12/31 11:30:22 ssuominen Exp $ + + 31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + evolvotron-0.6.1.ebuild: + amd64 stable wrt #298358 *evolvotron-0.6.1 (20 Dec 2009) diff --git a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild b/x11-misc/evolvotron/evolvotron-0.6.1.ebuild index 243f74d069b0..d3eb443be218 100644 --- a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.1 2009/12/20 19:57:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.2 2009/12/31 11:30:22 ssuominen Exp $ EAPI=2 inherit qt4 @@ -11,7 +11,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="x11-libs/qt-gui:4" |