diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-14 12:56:47 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-14 12:56:47 +0000 |
commit | 438cb8467d710f7f1eb74403b1500cf6556ee270 (patch) | |
tree | 826304a7efb691c8f318b003f2f20f8a16291876 /media-radio | |
parent | Use emake instead of make and fix reversed depends for bug 217278. (diff) | |
download | gentoo-2-438cb8467d710f7f1eb74403b1500cf6556ee270.tar.gz gentoo-2-438cb8467d710f7f1eb74403b1500cf6556ee270.tar.bz2 gentoo-2-438cb8467d710f7f1eb74403b1500cf6556ee270.zip |
Move pkgconfig to DEPEND from RDEPEND wrt bug #217278.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/tucnak1/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/tucnak1/tucnak1-1.22.ebuild | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-radio/tucnak1/ChangeLog b/media-radio/tucnak1/ChangeLog index 0a52eea7e0d8..c16d52491fa9 100644 --- a/media-radio/tucnak1/ChangeLog +++ b/media-radio/tucnak1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/tucnak1 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.8 2008/02/09 06:24:00 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.9 2008/04/14 12:56:47 drac Exp $ + + 14 Apr 2008; Samuli Suominen <drac@gentoo.org> tucnak1-1.22.ebuild: + Move pkgconfig to DEPEND from RDEPEND wrt bug #217278. 09 Feb 2008; Samuli Suominen <drac@gentoo.org> tucnak1-1.22.ebuild: Fix tucnak1 to work with slang 2.1.3. diff --git a/media-radio/tucnak1/tucnak1-1.22.ebuild b/media-radio/tucnak1/tucnak1-1.22.ebuild index fd506c9f2186..7e8468fc4e89 100644 --- a/media-radio/tucnak1/tucnak1-1.22.ebuild +++ b/media-radio/tucnak1/tucnak1-1.22.ebuild @@ -1,23 +1,24 @@ # 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.8 2008/02/09 06:24:00 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/tucnak1-1.22.ebuild,v 1.9 2008/04/14 12:56:47 drac Exp $ DESCRIPTION="Amateur Radio VHF Contest Logbook" HOMEPAGE="http://tucnak.nagano.cz/tucnak1en.html" SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl" -RDEPEND="dev-util/pkgconfig - dev-libs/glib +RDEPEND="dev-libs/glib sdl? ( media-libs/libpng media-libs/libsdl media-radio/tucnak1-data - >=sys-libs/slang-1 + sys-libs/slang sys-libs/zlib )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { # use_enable will not work with their configure @@ -29,7 +30,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install || die "install failed" } pkg_postinst() { |