diff options
-rw-r--r-- | app-cdr/backlite/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/backlite/backlite-0.2.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-cdr/backlite/ChangeLog b/app-cdr/backlite/ChangeLog index c539ed693474..839048502fe5 100644 --- a/app-cdr/backlite/ChangeLog +++ b/app-cdr/backlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/backlite -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.1 2009/12/07 20:55:40 billie Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.2 2010/01/07 08:44:07 hwoarang Exp $ + + 07 Jan 2010; <hwoarang@gentoo.org> backlite-0.2.0.ebuild: + migrated to qt4-r2 eclass and keyworded for amd64 *backlite-0.2.0 (07 Dec 2009) diff --git a/app-cdr/backlite/backlite-0.2.0.ebuild b/app-cdr/backlite/backlite-0.2.0.ebuild index da4586b9a2f4..756311c9b1cd 100644 --- a/app-cdr/backlite/backlite-0.2.0.ebuild +++ b/app-cdr/backlite/backlite-0.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-0.2.0.ebuild,v 1.1 2009/12/07 20:55:40 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-0.2.0.ebuild,v 1.2 2010/01/07 08:44:07 hwoarang Exp $ EAPI="2" -inherit qt4 +inherit qt4-r2 DESCRIPTION="backlite is a pure QT4 version of k9copy" HOMEPAGE="http://k9copy.sourceforge.net/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/k9copy/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="mplayer" # According to the author of backlite/k9copy libdvdread and libdvdnav are |