diff options
Diffstat (limited to 'media-gfx/autopano-sift-C')
-rw-r--r-- | media-gfx/autopano-sift-C/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/autopano-sift-C/ChangeLog b/media-gfx/autopano-sift-C/ChangeLog index ab2fd830abca..df5c6dc4dca0 100644 --- a/media-gfx/autopano-sift-C/ChangeLog +++ b/media-gfx/autopano-sift-C/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/autopano-sift-C -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.10 2009/12/20 14:11:40 tester Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.11 2010/01/07 19:29:50 ranger Exp $ + + 07 Jan 2010; Brent Baude <ranger@gentoo.org> autopano-sift-C-2.5.1.ebuild: + Marking autopano-sift-C-2.5.1 ppc for bug 294316 20 Dec 2009; Olivier Crête <tester@gentoo.org> autopano-sift-C-2.5.1.ebuild: diff --git a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild index 1cefb46f9835..d68c21be6a78 100644 --- a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild +++ b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild,v 1.3 2009/12/20 14:11:40 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild,v 1.4 2010/01/07 19:29:50 ranger Exp $ inherit cmake-utils versionator @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" |