diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-29 18:37:55 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-29 18:37:55 +0000 |
commit | 18ab7d7edaebd36b01582574e0787cfa7df4eac5 (patch) | |
tree | d50b55706f7cdb5f9b0ee1aa7e48b09b32613a5b /media-video/clive | |
parent | ppc stable, bug #est (diff) | |
download | gentoo-2-18ab7d7edaebd36b01582574e0787cfa7df4eac5.tar.gz gentoo-2-18ab7d7edaebd36b01582574e0787cfa7df4eac5.tar.bz2 gentoo-2-18ab7d7edaebd36b01582574e0787cfa7df4eac5.zip |
ppc stable, bug #249218
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'media-video/clive')
-rw-r--r-- | media-video/clive/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/clive/clive-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index d200b17dd2c4..fd22d574debd 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/clive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.39 2008/10/26 09:45:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.40 2008/11/29 18:37:55 dertobi123 Exp $ + + 29 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> clive-1.0.2.ebuild: + ppc stable, bug #249218 *clive-1.0.2 (26 Oct 2008) diff --git a/media-video/clive/clive-1.0.2.ebuild b/media-video/clive/clive-1.0.2.ebuild index 1fbd164be7cd..8298a044e490 100644 --- a/media-video/clive/clive-1.0.2.ebuild +++ b/media-video/clive/clive-1.0.2.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/media-video/clive/clive-1.0.2.ebuild,v 1.1 2008/10/26 09:45:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-1.0.2.ebuild,v 1.2 2008/11/29 18:37:55 dertobi123 Exp $ # We inherit distutils to get the pkg_* functions for byte compiling python inherit versionator distutils @@ -11,7 +11,7 @@ SRC_URI="http://dl.gna.org/clive/$(get_version_component_range 1-2 ${PV}).x/${P} LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-lang/python-2.4 |