diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-19 06:22:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-19 06:22:00 +0000 |
commit | d1d5c15e167118ac7868bd7e311a1470378ed12b (patch) | |
tree | 515b4ee23322f659721bdb50f9c7960f17b90815 /x11-misc/xnots | |
parent | Version bump. Dropped hacks for bug #179285. (diff) | |
download | gentoo-2-d1d5c15e167118ac7868bd7e311a1470378ed12b.tar.gz gentoo-2-d1d5c15e167118ac7868bd7e311a1470378ed12b.tar.bz2 gentoo-2-d1d5c15e167118ac7868bd7e311a1470378ed12b.zip |
Add missing dev-util/pkgconfig to DEPEND, bug #228235.
(Portage version: 2.1.5.6)
Diffstat (limited to 'x11-misc/xnots')
-rw-r--r-- | x11-misc/xnots/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xnots/xnots-0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog index c6dc9742e219..afe5d218504a 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.1 2008/04/10 08:55:51 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.2 2008/06/19 06:22:00 nelchael Exp $ + + 19 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> xnots-0.2.ebuild: + Add missing dev-util/pkgconfig to DEPEND, bug #228235. *xnots-0.2 (10 Apr 2008) diff --git a/x11-misc/xnots/xnots-0.2.ebuild b/x11-misc/xnots/xnots-0.2.ebuild index d9ec251797ac..cf681f6963db 100644 --- a/x11-misc/xnots/xnots-0.2.ebuild +++ b/x11-misc/xnots/xnots-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.1 2008/04/10 08:55:51 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.2 2008/06/19 06:22:00 nelchael Exp $ DESCRIPTION="A desktop sticky note program for the unix geek" HOMEPAGE="http://xnots.sourceforge.net" @@ -16,7 +16,8 @@ RDEPEND="x11-libs/libX11 x11-libs/libXrender x11-libs/pango" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { NO_DEBUG=1 emake || die |