Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10166 - gnupg X dep looks strange
Summary: gnupg X dep looks strange
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 20:08 UTC by Luke Graham
Modified: 2002-11-04 21:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Graham 2002-11-03 20:08:54 UTC
not sure if im just out of touch with the latest ebuild styles, but the X  
dependancy looks strange. im not sure if gnupg can actually use X or not, 
but the ebuild doesnt seem to do anything with it, see the last line of this 
desc  
  
IUSE="X zlib ldap nls"   
   
S="${WORKDIR}/${P}"   
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"   
HOMEPAGE="http://www.gnupg.org/"   
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"   
   
SLOT="0"   
LICENSE="GPL-2"   
KEYWORDS="~x86 ~ppc ~sparc ~sparc64"   
   
DEPEND="sys-devel/perl   
    X? ( x11-misc/xloadimage )   
    zlib? ( sys-libs/zlib )   
    ldap? ( net-nds/openldap )"   
RDEPEND="nls? ( sys-devel/gettext )"   
   
src_compile() {   
    local myconf   
    use nls || myconf="${myconf} --disable-nls"   
    use ldap || myconf="${myconf} --disable-ldap"   
    use zlib || myconf="${myconf} --with-included-zlib"   
    use X &&
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-11-04 21:10:28 UTC
Yep, I forgot to complete the dependency... X is for the picture found within 
the public keys.