diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-02 13:12:49 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-02 13:12:49 +0000 |
commit | d3f0f0be4df63eea0bc558ec35535ecb0d9a434b (patch) | |
tree | c66f20b12fd70a175fae7809aa0f59edbea16247 /x11-misc/evolvotron | |
parent | Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky. (diff) | |
download | gentoo-2-d3f0f0be4df63eea0bc558ec35535ecb0d9a434b.tar.gz gentoo-2-d3f0f0be4df63eea0bc558ec35535ecb0d9a434b.tar.bz2 gentoo-2-d3f0f0be4df63eea0bc558ec35535ecb0d9a434b.zip |
Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 13ecc82d6f67..e2924792e562 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.11 2007/07/14 17:05:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.12 2007/08/02 13:12:49 uberlord Exp $ + + 02 Aug 2007; Roy Marples <uberlord@gentoo.org> evolvotron-0.4.0.ebuild: + Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky. 14 Jul 2007; Raúl Porcel <armin76@gentoo.org> evolvotron-0.4.0.ebuild: x86 stable diff --git a/x11-misc/evolvotron/evolvotron-0.4.0.ebuild b/x11-misc/evolvotron/evolvotron-0.4.0.ebuild index 30e172d184a4..404fb28438e6 100644 --- a/x11-misc/evolvotron/evolvotron-0.4.0.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.4.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.4.0.ebuild,v 1.2 2007/07/14 17:05:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.4.0.ebuild,v 1.3 2007/08/02 13:12:49 uberlord Exp $ inherit qt3 eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" DEPEND="$(qt_min_version 3)" |