diff options
author | 2004-10-28 19:35:25 +0000 | |
---|---|---|
committer | 2004-10-28 19:35:25 +0000 | |
commit | cba68bbbef0171e2e51a4cf2ea18e2ab0ea4e6d4 (patch) | |
tree | 42e7988d59b3028e5a20644e3f63e156fbfb5463 /profiles/default-linux/make.defaults | |
parent | Picked up maintenance of valgrind (Manifest recommit) (diff) | |
download | gentoo-2-cba68bbbef0171e2e51a4cf2ea18e2ab0ea4e6d4.tar.gz gentoo-2-cba68bbbef0171e2e51a4cf2ea18e2ab0ea4e6d4.tar.bz2 gentoo-2-cba68bbbef0171e2e51a4cf2ea18e2ab0ea4e6d4.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" |