diff options
Diffstat (limited to 'media-sound/alsa-patch-bay')
-rw-r--r-- | media-sound/alsa-patch-bay/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog index 6737d6ec08f2..e8a76f2a0158 100644 --- a/media-sound/alsa-patch-bay/ChangeLog +++ b/media-sound/alsa-patch-bay/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-sound/alsa-patch-bay # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.1 2002/12/21 05:36:58 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.2 2002/12/27 17:35:21 agenkin Exp $ *alsa-patch-bay-0.3 (20 Dec 2002) + 27 Dec 2002; Arcady Genkin <agenkin@gentoo.org> : + Unmasking to ~x86. + 20 Dec 2002; Arcady Genkin <agenkin@gentoo.org> : Initial version by Jonathan Kraut <jkraut1@nyc.rr.com>. Closes bug #12405. diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild index 8e96b73db7a2..200ec97e7b9c 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild,v 1.1 2002/12/21 05:36:58 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.3.ebuild,v 1.2 2002/12/27 17:35:21 agenkin Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -12,7 +12,7 @@ DEPEND=">=x11-libs/gtkmm-2.0.2 >=media-libs/alsa-lib-0.9.0_rc1 >=media-sound/alsa-utils-0.9.0_rc1" -KEYWORDS="-x86" +KEYWORDS="~x86" # Alsa-patch-bay can use either gtkmm of fltk. However, it fails to build # against Gentoo's fltk, I believe because Gentoo's fltk is built as static. |