Bug 96691 - ppc-macos keyword dropped due to bad dependancies on lftp
Bug#: 96691 Product:  Gentoo Linux Version: 2005.0 Platform: All
OS/Version: Other Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: osx@gentoo.org Reported By: dragonheart@gentoo.org
Component: Unspecified
URL: 
Summary: ppc-macos keyword dropped due to bad dependancies on lftp
Keywords:  
Status Whiteboard: 
Opened: 2005-06-21 05:04 0000
Description:   Opened: 2005-06-21 05:04 0000
net-ftp/lftp/lftp-3.2.1.ebuild: ~ppc-macos(default-darwin/macos/10.3)
['>=net-libs/gnutls-1.2.3']
   net-ftp/lftp/lftp-3.0.13.ebuild: ~ppc-macos(default-darwin/macos/10.3)
['sys-apps/shadow']

------- Comment #1 From Hasan Khalil (RETIRED) 2005-07-03 13:42:05 0000 -------
Since shadow isn't provided on Mac OS X, and lftp 3.2.x doesn't require shadow,
we'll probably just not 
worry about the 3.0.x branch (at least for now).

------- Comment #2 From Fabian Groffen 2005-07-08 13:47:46 0000 -------
knitting the jigsaw pieces together:

net-ftp/lftp-3.2.1  +gnutls* +nls (-socks5) +ssl 0 kB [1] 

useflag nls requires gettext, which compiles fine on OSX, and works fine
useflag ssl works fine
useflag gnutls requires gnutls:

net-libs/gnutls requires
app-crypt/opencdk requires
dev-libs/libtasn1

which are now all (made) compiling and installing.

So, all possible useflags are tried out, and all packages this ebuild depends
on, are - or should soon be - stable or unstable.  As such when it's
dependencies are added to the unstable arch, this one can get flagged ppc-macos
unstable?

Great ftp tool by the way!  I really love it, it works supreme!

------- Comment #3 From Lina Pezzella (RETIRED) 2005-07-10 15:26:45 0000 -------
inCVS. Great job!