diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-24 15:13:43 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-24 15:13:43 +0000 |
commit | cb61ae0ee0d23ee2d748e9b0afb39513ce9d4c8c (patch) | |
tree | 0b218881534548f7641fb73040e88630b0e0a8b3 /games-arcade/spout | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-cb61ae0ee0d23ee2d748e9b0afb39513ce9d4c8c.tar.gz gentoo-2-cb61ae0ee0d23ee2d748e9b0afb39513ce9d4c8c.tar.bz2 gentoo-2-cb61ae0ee0d23ee2d748e9b0afb39513ce9d4c8c.zip |
Add ~x86-fbsd keyword.
Thanks to Nathan Smith for reporting wrt bug #175779
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-arcade/spout')
-rw-r--r-- | games-arcade/spout/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/spout/ChangeLog b/games-arcade/spout/ChangeLog index 8574f2855a22..8596b9e0fe07 100644 --- a/games-arcade/spout/ChangeLog +++ b/games-arcade/spout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/spout # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.7 2007/03/12 13:43:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.8 2007/04/24 15:13:43 drizzt Exp $ + + 24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> spout-1.3.ebuild: + Add ~x86-fbsd keyword. + Thanks to Nathan Smith for reporting wrt bug #175779 12 Mar 2007; Marius Mauch <genone@gentoo.org> spout-1.3.ebuild: Replacing einfo with elog diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild index d4f1bf988ab3..88a26144b0c6 100644 --- a/games-arcade/spout/spout-1.3.ebuild +++ b/games-arcade/spout/spout-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.6 2007/03/12 13:43:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.7 2007/04/24 15:13:43 drizzt Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="ppc x86 ~x86-fbsd" IUSE="" DEPEND=">=media-libs/libsdl-1.2.6" |