diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-06-26 00:58:49 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-06-26 00:58:49 +0000 |
commit | 9536be5da32196b4f1a86a0d31c9a21ce1dbb176 (patch) | |
tree | 3c0545edcde1e52946f7bdbf06afa2b2caeadf34 /media-sound | |
parent | Stable on x86, bug #137815. (diff) | |
download | gentoo-2-9536be5da32196b4f1a86a0d31c9a21ce1dbb176.tar.gz gentoo-2-9536be5da32196b4f1a86a0d31c9a21ce1dbb176.tar.bz2 gentoo-2-9536be5da32196b4f1a86a0d31c9a21ce1dbb176.zip |
Added ~x86 keyword . Bug #136631, by Ben de Groot <ben at berkano.net>.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/picoxine/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/picoxine/picoxine-0.0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/picoxine/ChangeLog b/media-sound/picoxine/ChangeLog index 252d246d803d..a5ab6a23738e 100644 --- a/media-sound/picoxine/ChangeLog +++ b/media-sound/picoxine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/picoxine # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picoxine/ChangeLog,v 1.3 2006/06/09 20:50:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/picoxine/ChangeLog,v 1.4 2006/06/26 00:58:49 ticho Exp $ + + 26 Jun 2006; Andrej Kacian <ticho@gentoo.org> picoxine-0.0.5.1.ebuild: + Added ~x86 keyword . Bug #136631, by Ben de Groot <ben at berkano.net>. 09 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> picoxine-0.0.5.1.ebuild: diff --git a/media-sound/picoxine/picoxine-0.0.5.1.ebuild b/media-sound/picoxine/picoxine-0.0.5.1.ebuild index 4e4907b93a7f..9352ba947970 100644 --- a/media-sound/picoxine/picoxine-0.0.5.1.ebuild +++ b/media-sound/picoxine/picoxine-0.0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picoxine/picoxine-0.0.5.1.ebuild,v 1.2 2006/06/09 20:50:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/picoxine/picoxine-0.0.5.1.ebuild,v 1.3 2006/06/26 00:58:49 ticho Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.kde-apps.org/content/files/39596-${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/xine-lib" |