diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-01 13:54:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-01 13:54:30 +0000 |
commit | e6e50cc6a4713f0d75960bc7c7296751eb0b24a2 (patch) | |
tree | a7f6b3164903d2d3f905fd56901274f011dc13ad /media-libs | |
parent | Fix lib-dir handling, bug #164790. (diff) | |
download | gentoo-2-e6e50cc6a4713f0d75960bc7c7296751eb0b24a2.tar.gz gentoo-2-e6e50cc6a4713f0d75960bc7c7296751eb0b24a2.tar.bz2 gentoo-2-e6e50cc6a4713f0d75960bc7c7296751eb0b24a2.zip |
Add ~amd64, bug 164157
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/schroedinger/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/schroedinger/schroedinger-0.3.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/schroedinger/ChangeLog b/media-libs/schroedinger/ChangeLog index e280237b9fe2..26aebb33eb80 100644 --- a/media-libs/schroedinger/ChangeLog +++ b/media-libs/schroedinger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/schroedinger -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.4 2006/12/05 14:11:44 hanno Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.5 2007/02/01 13:54:30 beandog Exp $ + + 01 Feb 2007; Steve Dibb <beandog@gentoo.org> schroedinger-0.3.0.0.ebuild: + Add ~amd64, bug 164157 *schroedinger-0.3.0.0 (05 Dec 2006) diff --git a/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild b/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild index 335324809d26..8dbb00bbf071 100644 --- a/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild +++ b/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild,v 1.1 2006/12/05 14:11:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-0.3.0.0.ebuild,v 1.2 2007/02/01 13:54:30 beandog Exp $ DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec" HOMEPAGE="http://schrodinger.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/schrodinger/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug profile examples doc" RDEPEND=">=dev-libs/liboil-0.3.10 |