diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 12:30:52 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 12:30:52 +0000 |
commit | fd8befadc845a05060e37f38ce625d8f13e200ec (patch) | |
tree | 3d15657b23c143c6452e0adef1504dcfe0f298d3 /app-cdr | |
parent | Version bump; marked 0.3.0 stable on x86. (diff) | |
download | gentoo-2-fd8befadc845a05060e37f38ce625d8f13e200ec.tar.gz gentoo-2-fd8befadc845a05060e37f38ce625d8f13e200ec.tar.bz2 gentoo-2-fd8befadc845a05060e37f38ce625d8f13e200ec.zip |
Stable on amd64.
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrdao/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/cdrdao/ChangeLog b/app-cdr/cdrdao/ChangeLog index 624be5caf267..6e9de374f072 100644 --- a/app-cdr/cdrdao/ChangeLog +++ b/app-cdr/cdrdao/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/cdrdao # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.56 2004/12/06 14:02:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.57 2004/12/20 12:30:52 absinthe Exp $ + + 20 Dec 2004; Dylan Carlson <absinthe@gentoo.org> cdrdao-1.1.9.ebuild: + Stable on amd64. 06 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> cdrdao-1.1.9.ebuild: Stable on sparc diff --git a/app-cdr/cdrdao/cdrdao-1.1.9.ebuild b/app-cdr/cdrdao/cdrdao-1.1.9.ebuild index fac5e195b719..46da53b2a9db 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.9.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.9.ebuild,v 1.10 2004/12/06 14:02:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.9.ebuild,v 1.11 2004/12/20 12:30:52 absinthe Exp $ inherit flag-o-matic eutils gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cdrdao/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~amd64" +KEYWORDS="x86 ppc sparc amd64" IUSE="gnome debug" RESTRICT="nostrip" |