diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-16 23:20:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-16 23:20:03 +0000 |
commit | 48f537e9defd22e5e674758cf659805f8b53f87e (patch) | |
tree | 68cdaf8bdb1f4a57f4e72ab20b14a5d858a7f49b /media-gfx/autopano-sift-C | |
parent | Stable for HPPA (bug #272088). (diff) | |
download | historical-48f537e9defd22e5e674758cf659805f8b53f87e.tar.gz historical-48f537e9defd22e5e674758cf659805f8b53f87e.tar.bz2 historical-48f537e9defd22e5e674758cf659805f8b53f87e.zip |
stable x86, bug 294316
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'media-gfx/autopano-sift-C')
-rw-r--r-- | media-gfx/autopano-sift-C/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/autopano-sift-C/ChangeLog b/media-gfx/autopano-sift-C/ChangeLog index c4f168629052..c4d1ade24773 100644 --- a/media-gfx/autopano-sift-C/ChangeLog +++ b/media-gfx/autopano-sift-C/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2009/10/22 20:15:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.9 2009/12/16 23:18:36 fauli Exp $ + + 16 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + autopano-sift-C-2.5.1.ebuild: + stable x86, bug 294316 *autopano-sift-C-2.5.1 (22 Oct 2009) 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 7ef972c5eaa9..f70beacc4cce 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 # 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.1 2009/10/22 20:15:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild,v 1.2 2009/12/16 23:18:36 fauli 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)" |