diff options
author | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-08-12 23:19:13 +0000 |
---|---|---|
committer | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-08-12 23:19:13 +0000 |
commit | 58ed90578ea5cf3d5181eb18c16a50766ada1b8b (patch) | |
tree | f5553b8a1b376c0634e8e2762314b573a5a3fab1 /x11-libs | |
parent | media-tv/freetuxtv: Drop unneeded sys-apps/hal dependency leftover from old v... (diff) | |
download | sunrise-58ed90578ea5cf3d5181eb18c16a50766ada1b8b.tar.gz sunrise-58ed90578ea5cf3d5181eb18c16a50766ada1b8b.tar.bz2 sunrise-58ed90578ea5cf3d5181eb18c16a50766ada1b8b.zip |
x11-libs/pdcurses: Dependency x11-libs/Xaw3d renamed to x11-libs/libXaw3d.
(Portage version: 2.2.0_alpha49-r1/svn/Linux x86_64)
svn path=/sunrise/; revision=12322
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pdcurses/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pdcurses/pdcurses-3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/pdcurses/ChangeLog b/x11-libs/pdcurses/ChangeLog index 74129f60f..370f9cc04 100644 --- a/x11-libs/pdcurses/ChangeLog +++ b/x11-libs/pdcurses/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-libs/pdcurses -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Aug 2011; Nathan Phillip Brink <binki@gentoo.org> pdcurses-3.4.ebuild: + Dependency x11-libs/Xaw3d renamed to x11-libs/libXaw3d. + 25 Apr 2010; Denilson (CrazyTB) <denilsonsa@gmail.com> -pdcurses-2.8.ebuild, -files/pdcurses-2.8-configure.patch, +pdcurses-3.4.ebuild, +files/pdcurses-3.4-configure.patch, metadata.xml: diff --git a/x11-libs/pdcurses/pdcurses-3.4.ebuild b/x11-libs/pdcurses/pdcurses-3.4.ebuild index 2c07f0cd5..8098bfeb7 100644 --- a/x11-libs/pdcurses/pdcurses-3.4.ebuild +++ b/x11-libs/pdcurses/pdcurses-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" # TODO: add SDL support IUSE="doc examples nextaw Xaw3d" -RDEPEND="Xaw3d? ( x11-libs/Xaw3d ) +RDEPEND="Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( nextaw? ( x11-libs/neXtaw ) !nextaw? ( x11-libs/libXaw ) |