From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JJWU4-0006aD-Kr for garchives@archives.gentoo.org; Mon, 28 Jan 2008 16:05:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 981BFE04E8; Mon, 28 Jan 2008 16:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C6E5E04E8 for ; Mon, 28 Jan 2008 16:05:18 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F038464D04 for ; Mon, 28 Jan 2008 16:05:17 +0000 (UTC) Received: from cardoe by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JJWU0-0006lG-Rn for gentoo-commits@lists.gentoo.org; Mon, 28 Jan 2008 16:05:16 +0000 From: "Doug Klima (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: mythtv-0.21_pre15635.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: mythtv-0.21_pre15635.ebuild X-VCS-Directories: media-tv/mythtv X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Klima Content-Type: text/plain; charset=utf8 Message-Id: Sender: Doug Klima Date: Mon, 28 Jan 2008 16:05:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4605f831-6fd6-4d3f-95c0-7a386e5bc0c7 X-Archives-Hash: 345d8b691a3031277c91a9c225ea9685 cardoe 08/01/28 16:05:16 Modified: mythtv-0.21_pre15635.ebuild Log: add --enable-gpl which is no longer default (Portage version: 2.1.4) Revision Changes Path 1.2 media-tv/mythtv/mythtv-0.21_pre15635.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/my= thtv-0.21_pre15635.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/my= thtv-0.21_pre15635.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/my= thtv-0.21_pre15635.ebuild?r1=3D1.1&r2=3D1.2 Index: mythtv-0.21_pre15635.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15635.eb= uild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mythtv-0.21_pre15635.ebuild 28 Jan 2008 16:02:24 -0000 1.1 +++ mythtv-0.21_pre15635.ebuild 28 Jan 2008 16:05:16 -0000 1.2 @@ -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-tv/mythtv/mythtv-0.21_pre15635.= ebuild,v 1.1 2008/01/28 16:02:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15635.= ebuild,v 1.2 2008/01/28 16:05:16 cardoe Exp $ =20 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-fun= cs =20 @@ -134,7 +134,8 @@ --enable-xv --disable-directfb --enable-x11 - --enable-proc-opt" + --enable-proc-opt + --enable-gpl" =20 if use mmx || use amd64; then myconf=3D"${myconf} --enable-mmx" --=20 gentoo-commits@lists.gentoo.org mailing list