diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-09 14:10:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-09 14:10:26 +0000 |
commit | 328033d0f9953c3ef767509bc632dfc5cebff27d (patch) | |
tree | 124fcfc8b40a2cf9b9cc64cdf92c2434e5ec3b6e /media-libs/stk | |
parent | Add ~x86 wrt #260731 (diff) | |
download | gentoo-2-328033d0f9953c3ef767509bc632dfc5cebff27d.tar.gz gentoo-2-328033d0f9953c3ef767509bc632dfc5cebff27d.tar.bz2 gentoo-2-328033d0f9953c3ef767509bc632dfc5cebff27d.zip |
Add ~x86 wrt #260735
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'media-libs/stk')
-rw-r--r-- | media-libs/stk/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/stk/stk-4.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/stk/ChangeLog b/media-libs/stk/ChangeLog index 6b00bd72d91f..b42f1146553c 100644 --- a/media-libs/stk/ChangeLog +++ b/media-libs/stk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/stk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.2 2009/01/13 07:45:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.3 2009/03/09 14:10:26 armin76 Exp $ + + 09 Mar 2009; Raúl Porcel <armin76@gentoo.org> stk-4.3.1.ebuild: + Add ~x86 wrt #260735 13 Jan 2009; Alexis Ballier <aballier@gentoo.org> stk-4.3.1.ebuild: fix build without jack, by Thomas 'gimpel' Kuther, bug #232302 diff --git a/media-libs/stk/stk-4.3.1.ebuild b/media-libs/stk/stk-4.3.1.ebuild index 53c5a26286ab..28845887e2dd 100644 --- a/media-libs/stk/stk-4.3.1.ebuild +++ b/media-libs/stk/stk-4.3.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-libs/stk/stk-4.3.1.ebuild,v 1.2 2009/01/13 07:45:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.3 2009/03/09 14:10:26 armin76 Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="alsa debug doc jack oss" RDEPEND="alsa? ( media-libs/alsa-lib ) |