diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-09 15:40:47 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-09 15:40:47 +0000 |
commit | 9886cc05dddac6ceb7f8e3c56fb64fd109c79f5d (patch) | |
tree | c186fe6fc5412caabddc9101b9f987bb8cb89c48 /x11-misc | |
parent | Fixed installed of xinetd file, from using generic one in -> gentoo specific... (diff) | |
download | gentoo-2-9886cc05dddac6ceb7f8e3c56fb64fd109c79f5d.tar.gz gentoo-2-9886cc05dddac6ceb7f8e3c56fb64fd109c79f5d.tar.bz2 gentoo-2-9886cc05dddac6ceb7f8e3c56fb64fd109c79f5d.zip |
Stable on x86
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index e52f0c30d7b9..4442dfd8a752 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/evolvotron # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.14 2007/11/09 15:11:22 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.15 2007/11/09 15:40:47 cla Exp $ + + 09 Nov 2007; Dawid Węgliński <cla@gentoo.org> evolvotron-0.5.0.ebuild: + Stable on x86 09 Nov 2007; Samuli Suominen <drac@gentoo.org> evolvotron-0.5.0.ebuild: dev-libs/boost is required at build time wrt #198391. diff --git a/x11-misc/evolvotron/evolvotron-0.5.0.ebuild b/x11-misc/evolvotron/evolvotron-0.5.0.ebuild index 6091b7c136d9..a870a7a89b16 100644 --- a/x11-misc/evolvotron/evolvotron-0.5.0.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.2 2007/11/09 15:11:22 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.3 2007/11/09 15:40:47 cla 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)" |