diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2008-05-22 21:44:49 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2008-05-22 21:44:49 +0000 |
commit | 589a217e1900864b516350c89bb0ff8f298afe7c (patch) | |
tree | 9d8d4a6157f8d3e29ff6a783e9ad5c163c0cc038 /app-emulation | |
parent | bump to 3.6. Added API for countries and languages (depend on iso-codes). (diff) | |
download | gentoo-2-589a217e1900864b516350c89bb0ff8f298afe7c.tar.gz gentoo-2-589a217e1900864b516350c89bb0ff8f298afe7c.tar.bz2 gentoo-2-589a217e1900864b516350c89bb0ff8f298afe7c.zip |
Stable for x86.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vov/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/vov/vov-2.0.0.ebuild | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/vov/ChangeLog b/app-emulation/vov/ChangeLog index baf21ce0dc04..3b5c668faf6f 100644 --- a/app-emulation/vov/ChangeLog +++ b/app-emulation/vov/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-emulation/vov # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/ChangeLog,v 1.1 2008/02/18 11:14:30 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/ChangeLog,v 1.2 2008/05/22 21:44:49 s4t4n Exp $ -*vov-2.0.0 (18 Feb 2007) + 22 May 2008; Michele Noberasco <s4t4n@gentoo.org> vov-2.0.0.ebuild: + Stable for x86. - 18 Feb 2007; Michele Noberasco <s4t4n@gentoo.org> vov-2.0.0.ebuild: +*vov-2.0.0 (18 Feb 2008) + + 18 Feb 2008; Michele Noberasco <s4t4n@gentoo.org> vov-2.0.0.ebuild: Initial import. diff --git a/app-emulation/vov/vov-2.0.0.ebuild b/app-emulation/vov/vov-2.0.0.ebuild index f74e749183b5..6cf638d98b44 100644 --- a/app-emulation/vov/vov-2.0.0.ebuild +++ b/app-emulation/vov/vov-2.0.0.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/app-emulation/vov/vov-2.0.0.ebuild,v 1.1 2008/02/18 11:14:30 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/vov-2.0.0.ebuild,v 1.2 2008/05/22 21:44:49 s4t4n Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://download.gna.org/vov/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="debug gprof" RDEPEND="virtual/libc" |