diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-24 15:34:50 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-04-24 15:34:50 +0000 |
commit | a7c013e6d877d8390165f2f9a92709aa9b0979dd (patch) | |
tree | c7e80cb5c9be82fa739002a7d6dd0644ad1c98b0 /media-libs/sge | |
parent | Bump to 1.18.1 (diff) | |
download | historical-a7c013e6d877d8390165f2f9a92709aa9b0979dd.tar.gz historical-a7c013e6d877d8390165f2f9a92709aa9b0979dd.tar.bz2 historical-a7c013e6d877d8390165f2f9a92709aa9b0979dd.zip |
Add ~x86-fbsd keyword.
Thanks to Nathan Smith for reporting wrt bug #175779
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'media-libs/sge')
-rw-r--r-- | media-libs/sge/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sge/sge-030809.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sge/ChangeLog b/media-libs/sge/ChangeLog index 2af37d022537..13d6cd7a5402 100644 --- a/media-libs/sge/ChangeLog +++ b/media-libs/sge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sge # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/ChangeLog,v 1.3 2007/03/28 13:49:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/ChangeLog,v 1.4 2007/04/24 15:34:50 drizzt Exp $ + + 24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> sge-030809.ebuild: + Add ~x86-fbsd keyword. + Thanks to Nathan Smith for reporting wrt bug #175779 28 Mar 2007; Raúl Porcel <armin76@gentoo.org> sge-030809.ebuild: Add ~ia64 wrt bug 168745 diff --git a/media-libs/sge/sge-030809.ebuild b/media-libs/sge/sge-030809.ebuild index 9fc3b6170fd1..59822bc9d547 100644 --- a/media-libs/sge/sge-030809.ebuild +++ b/media-libs/sge/sge-030809.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/media-libs/sge/sge-030809.ebuild,v 1.5 2007/03/28 13:49:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/sge-030809.ebuild,v 1.6 2007/04/24 15:34:50 drizzt Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.etek.chalmers.se/~e8cal1/sge/files/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" IUSE="doc examples image truetype" DEPEND="media-libs/libsdl |