summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-01-28 16:05:16 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-01-28 16:05:16 +0000
commit968b61167d5aaaa2f8e9c17c2b78ec2843f3fe9a (patch)
treeac12898e54df7a7f3ca4f77db9087853c8c44119 /media-tv/mythtv
parentReplace wxwindows with wxwidgets in metadata (diff)
downloadgentoo-2-968b61167d5aaaa2f8e9c17c2b78ec2843f3fe9a.tar.gz
gentoo-2-968b61167d5aaaa2f8e9c17c2b78ec2843f3fe9a.tar.bz2
gentoo-2-968b61167d5aaaa2f8e9c17c2b78ec2843f3fe9a.zip
add --enable-gpl which is no longer default
(Portage version: 2.1.4)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/mythtv-0.21_pre15635.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-tv/mythtv/mythtv-0.21_pre15635.ebuild b/media-tv/mythtv/mythtv-0.21_pre15635.ebuild
index 8f7f9b60f157..8cadb9c58d98 100644
--- a/media-tv/mythtv/mythtv-0.21_pre15635.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_pre15635.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-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 $
inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
@@ -134,7 +134,8 @@ src_compile() {
--enable-xv
--disable-directfb
--enable-x11
- --enable-proc-opt"
+ --enable-proc-opt
+ --enable-gpl"
if use mmx || use amd64; then
myconf="${myconf} --enable-mmx"