diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-16 19:27:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-16 19:27:21 +0000 |
commit | 400c8ea37e45f92b51e02d0ee2cf96d536c30486 (patch) | |
tree | 22ba4e0a3d5313b51357e418bc68876a5e292892 /media-radio | |
parent | Add missing pkgconfig DEPEND, bug #205855 (diff) | |
download | gentoo-2-400c8ea37e45f92b51e02d0ee2cf96d536c30486.tar.gz gentoo-2-400c8ea37e45f92b51e02d0ee2cf96d536c30486.tar.bz2 gentoo-2-400c8ea37e45f92b51e02d0ee2cf96d536c30486.zip |
Add missing pkgconfig DEPEND, bug #205706
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/tucnak1/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/tucnak1/tucnak1-1.22.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-radio/tucnak1/ChangeLog b/media-radio/tucnak1/ChangeLog index 6a4e2a72865f..3acfc9c98d0d 100644 --- a/media-radio/tucnak1/ChangeLog +++ b/media-radio/tucnak1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/tucnak1 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.6 2007/03/19 15:00:11 genone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.7 2008/01/16 19:27:21 armin76 Exp $ + + 16 Jan 2008; Raúl Porcel <armin76@gentoo.org> tucnak1-1.22.ebuild: + Add missing pkgconfig DEPEND, bug #205706 19 Mar 2007; Marius Mauch <genone@gentoo.org> tucnak1-1.22.ebuild: Replacing einfo with elog diff --git a/media-radio/tucnak1/tucnak1-1.22.ebuild b/media-radio/tucnak1/tucnak1-1.22.ebuild index 31c6a616012e..df730d6abfd5 100644 --- a/media-radio/tucnak1/tucnak1-1.22.ebuild +++ b/media-radio/tucnak1/tucnak1-1.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/tucnak1-1.22.ebuild,v 1.6 2007/03/19 15:00:11 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/tucnak1-1.22.ebuild,v 1.7 2008/01/16 19:27:21 armin76 Exp $ DESCRIPTION="Amateur Radio VHF Contest Logbook" HOMEPAGE="http://tucnak.nagano.cz/tucnak1en.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl" -RDEPEND="virtual/libc +RDEPEND="dev-util/pkgconfig dev-libs/glib sdl? ( media-libs/libpng media-libs/libsdl @@ -29,7 +29,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" } pkg_postinst() { |