diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-31 07:43:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-31 07:43:27 +0000 |
commit | e013b79833d0bcf732da9439cb73b09143193286 (patch) | |
tree | ee791f48b240b3254844eb6866ea0641eae81cb7 /media-libs/libvisual | |
parent | use /etc/init.d/functions.sh rather than /sbin/functions.sh (diff) | |
download | gentoo-2-e013b79833d0bcf732da9439cb73b09143193286.tar.gz gentoo-2-e013b79833d0bcf732da9439cb73b09143193286.tar.bz2 gentoo-2-e013b79833d0bcf732da9439cb73b09143193286.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r-- | media-libs/libvisual/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvisual/libvisual-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvisual/ChangeLog b/media-libs/libvisual/ChangeLog index cbea29a33537..915009ac0f5f 100644 --- a/media-libs/libvisual/ChangeLog +++ b/media-libs/libvisual/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisual # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.24 2006/10/20 12:29:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.25 2006/10/31 07:43:27 flameeyes Exp $ + + 31 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> libvisual-0.4.0.ebuild: + Add ~x86-fbsd keyword. 20 Oct 2006; Simon Stelling <blubb@gentoo.org> libvisual-0.4.0.ebuild: stable on amd64 diff --git a/media-libs/libvisual/libvisual-0.4.0.ebuild b/media-libs/libvisual/libvisual-0.4.0.ebuild index a0987df35bac..0b48d66e0497 100644 --- a/media-libs/libvisual/libvisual-0.4.0.ebuild +++ b/media-libs/libvisual/libvisual-0.4.0.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-libs/libvisual/libvisual-0.4.0.ebuild,v 1.6 2006/10/20 12:29:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0.ebuild,v 1.7 2006/10/31 07:43:27 flameeyes Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0.4" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" +KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |