diff options
author | 2008-09-09 13:49:08 +0000 | |
---|---|---|
committer | 2008-09-09 13:49:08 +0000 | |
commit | 885d96414d7a4b2047a384c2ab389b895a7bbee0 (patch) | |
tree | ceffa207afba829e841bf662bbf45a3129f9874d /profiles | |
parent | it compiles on ~amd64 (diff) | |
download | historical-885d96414d7a4b2047a384c2ab389b895a7bbee0.tar.gz historical-885d96414d7a4b2047a384c2ab389b895a7bbee0.tar.bz2 historical-885d96414d7a4b2047a384c2ab389b895a7bbee0.zip |
mask vdr USE flag for media-tv/zapping since it's depends are hard masked for amd64
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/amd64/package.use.mask | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 40f78a40b90d..8ad56c4c44b6 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -140,3 +140,7 @@ media-sound/lame mmx # masked in base, unmask for x86/amd64 dev-python/kaa-base -tls +# Doug Goldstein <cardoe@gentoo.org> (9 Sep 2008) +# mask vdr USE flag for media-tv/zapping since it depends on media-libs/rte +# which is only available on x86 +media-tv/zapping vdr diff --git a/profiles/default-linux/amd64/package.use.mask b/profiles/default-linux/amd64/package.use.mask index c138599ff7c3..eff57bdec916 100644 --- a/profiles/default-linux/amd64/package.use.mask +++ b/profiles/default-linux/amd64/package.use.mask @@ -137,3 +137,7 @@ media-sound/lame mmx # masked in base, unmask for x86/amd64 dev-python/kaa-base -tls +# Doug Goldstein <cardoe@gentoo.org> (9 Sep 2008) +# mask vdr USE flag for media-tv/zapping since it depends on media-libs/rte +# which is only available on x86 +media-tv/zapping vdr diff --git a/profiles/hardened/amd64/package.use.mask b/profiles/hardened/amd64/package.use.mask index 39bf0a7fec2e..1092793158d3 100644 --- a/profiles/hardened/amd64/package.use.mask +++ b/profiles/hardened/amd64/package.use.mask @@ -17,3 +17,8 @@ app-editors/jove X # jamvm needs ffi on amd64 # https://bugs.gentoo.org/show_bug.cgi?id=213882 dev-java/jamvm libffi + +# Doug Goldstein <cardoe@gentoo.org> (9 Sep 2008) +# mask vdr USE flag for media-tv/zapping since it depends on media-libs/rte +# which is only available on x86 +media-tv/zapping vdr |