diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-08 22:04:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-08 22:04:04 +0000 |
commit | cb0da27509e53ef0f33140e33af6dd391014e775 (patch) | |
tree | 6c0829721c93f37f8d9a52e577bc392ab98716b0 /media-libs/ctl | |
parent | amd64 stable, bug #228815 (diff) | |
download | gentoo-2-cb0da27509e53ef0f33140e33af6dd391014e775.tar.gz gentoo-2-cb0da27509e53ef0f33140e33af6dd391014e775.tar.bz2 gentoo-2-cb0da27509e53ef0f33140e33af6dd391014e775.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'media-libs/ctl')
-rw-r--r-- | media-libs/ctl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/ctl/ctl-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/ctl/ChangeLog b/media-libs/ctl/ChangeLog index 762fb8159788..9ef65eb67e28 100644 --- a/media-libs/ctl/ChangeLog +++ b/media-libs/ctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ctl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.14 2008/06/20 19:46:06 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.15 2008/08/08 22:04:04 aballier Exp $ + + 08 Aug 2008; Alexis Ballier <aballier@gentoo.org> ctl-1.4.1.ebuild: + keyword ~x86-fbsd 20 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> +files/ctl-1.4.1-gcc43.patch, ctl-1.4.1.ebuild: diff --git a/media-libs/ctl/ctl-1.4.1.ebuild b/media-libs/ctl/ctl-1.4.1.ebuild index 3f741f20f53b..031d6d8abd39 100644 --- a/media-libs/ctl/ctl-1.4.1.ebuild +++ b/media-libs/ctl/ctl-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.9 2008/06/20 19:46:06 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.10 2008/08/08 22:04:04 aballier Exp $ inherit base @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz" LICENSE="AMPAS" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND="media-libs/ilmbase" |