diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-08 22:30:26 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-01-08 22:30:26 +0000 |
commit | 687025589f3ed2a80c4144b16775d11099b00c3f (patch) | |
tree | 9e9dc6e8d8687a7afa8150e63caf248081ca2e95 /x11-misc/xnots | |
parent | move attempt at comment in dep string outside string. (diff) | |
download | gentoo-2-687025589f3ed2a80c4144b16775d11099b00c3f.tar.gz gentoo-2-687025589f3ed2a80c4144b16775d11099b00c3f.tar.bz2 gentoo-2-687025589f3ed2a80c4144b16775d11099b00c3f.zip |
Depend on pango with X use flag enabled.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'x11-misc/xnots')
-rw-r--r-- | x11-misc/xnots/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xnots/xnots-0.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog index afe5d218504a..62c50668276d 100644 --- a/x11-misc/xnots/ChangeLog +++ b/x11-misc/xnots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xnots -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.2 2008/06/19 06:22:00 nelchael Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.3 2009/01/08 22:30:26 nelchael Exp $ + + 08 Jan 2009; <nelchael@gentoo.org> xnots-0.2.ebuild: + Depend on pango with X use flag enabled. 19 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> xnots-0.2.ebuild: Add missing dev-util/pkgconfig to DEPEND, bug #228235. diff --git a/x11-misc/xnots/xnots-0.2.ebuild b/x11-misc/xnots/xnots-0.2.ebuild index cf681f6963db..42afbba2337f 100644 --- a/x11-misc/xnots/xnots-0.2.ebuild +++ b/x11-misc/xnots/xnots-0.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.2 2008/06/19 06:22:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.3 2009/01/08 22:30:26 nelchael Exp $ + +EAPI="2" DESCRIPTION="A desktop sticky note program for the unix geek" HOMEPAGE="http://xnots.sourceforge.net" @@ -14,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXrender - x11-libs/pango" + x11-libs/pango[X]" DEPEND="${RDEPEND} dev-util/pkgconfig" |