summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2006-12-17 23:07:31 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2006-12-17 23:07:31 +0000
commit7effb30cf0eba7e983757908a6452bb6359ce0b5 (patch)
tree62c66c25754fee70a53b2069ce5b453546039235 /x11-libs/pdcurses/pdcurses-2.8.ebuild
parentapp-crypt/mypasswordsafe: Removing old version. (diff)
downloadsunrise-7effb30cf0eba7e983757908a6452bb6359ce0b5.tar.gz
sunrise-7effb30cf0eba7e983757908a6452bb6359ce0b5.tar.bz2
sunrise-7effb30cf0eba7e983757908a6452bb6359ce0b5.zip
x11-libs/pdcurses: Clearer message about Xaw3d and nextaw
svn path=/sunrise/; revision=2332
Diffstat (limited to 'x11-libs/pdcurses/pdcurses-2.8.ebuild')
-rw-r--r--x11-libs/pdcurses/pdcurses-2.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pdcurses/pdcurses-2.8.ebuild b/x11-libs/pdcurses/pdcurses-2.8.ebuild
index 982e38d5e..3b2caad2d 100644
--- a/x11-libs/pdcurses/pdcurses-2.8.ebuild
+++ b/x11-libs/pdcurses/pdcurses-2.8.ebuild
@@ -33,7 +33,7 @@ S=${WORKDIR}/${MY_P}
pkg_setup() {
if use Xaw3d && use nextaw ; then
elog "You have both Xaw3d and nextaw USE-flags set,"
- elog "the package will choose one of them to link against."
+ elog "Xaw3d will be used."
fi
}