diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-10-28 19:35:25 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-10-28 19:35:25 +0000 |
commit | 4ff4ba675c5e55d60733c90594bd174ff3111fa4 (patch) | |
tree | 7aaabce4b6f47a05063f02fdb503c7fc06389d0b /profiles/default-linux/make.defaults | |
parent | Picked up maintenance of valgrind (diff) | |
download | historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.tar.gz historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.tar.bz2 historical-4ff4ba675c5e55d60733c90594bd174ff3111fa4.zip |
Remove xprint from make.defaults. X builds libXp by default even with USE=-xprint, so this is no longer needed. This will restore all other xprint-using apps to their previous default behavior.
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r-- | profiles/default-linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index efbba293c5f1..73a673143ad4 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -6,5 +6,5 @@ # has a conditional dependency on java (which it does,) then a JDK will be # pulled in during *emerge system*! -# bitmap-fonts and xprint: build X the (upstream) default way -USE="bitmap-fonts xprint" +# bitmap-fonts: build X the (upstream) default way +USE="bitmap-fonts" |