diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-23 16:31:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-23 16:31:47 +0000 |
commit | 67b3bc00fbda5911e2a3c73bbc4631b02ee5a4b7 (patch) | |
tree | 7d4aa2ff6019666c078e86b362886fcf2b416629 /media-libs/ctl | |
parent | Stable for HPPA (bug #193538). (diff) | |
download | historical-67b3bc00fbda5911e2a3c73bbc4631b02ee5a4b7.tar.gz historical-67b3bc00fbda5911e2a3c73bbc4631b02ee5a4b7.tar.bz2 historical-67b3bc00fbda5911e2a3c73bbc4631b02ee5a4b7.zip |
Add ~alpha/~ia64 wrt #189798
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'media-libs/ctl')
-rw-r--r-- | media-libs/ctl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/ctl/ctl-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/ctl/ChangeLog b/media-libs/ctl/ChangeLog index a4d24b01d6d8..e70f6acdf0ea 100644 --- a/media-libs/ctl/ChangeLog +++ b/media-libs/ctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ctl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.3 2007/09/23 14:18:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.4 2007/09/23 16:30:50 armin76 Exp $ + + 23 Sep 2007; Raúl Porcel <armin76@gentoo.org> ctl-1.4.0.ebuild: + Add ~alpha/~ia64 wrt #189798 23 Sep 2007; nixnut <nixnut@gentoo.org> ctl-1.4.0.ebuild: Added ~ppc wrt bug 189798 diff --git a/media-libs/ctl/ctl-1.4.0.ebuild b/media-libs/ctl/ctl-1.4.0.ebuild index c2846e144f52..2c9026c63a85 100644 --- a/media-libs/ctl/ctl-1.4.0.ebuild +++ b/media-libs/ctl/ctl-1.4.0.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/ctl/ctl-1.4.0.ebuild,v 1.3 2007/09/23 14:18:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.0.ebuild,v 1.4 2007/09/23 16:30:50 armin76 Exp $ DESCRIPTION="AMPAS' Color Transformation Language" HOMEPAGE="http://sourceforge.net/projects/ampasctl" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz" LICENSE="AMPAS" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~x86" IUSE="doc" RDEPEND="media-libs/ilmbase" |