diff options
author | 2008-05-05 19:45:29 +0000 | |
---|---|---|
committer | 2008-05-05 19:45:29 +0000 | |
commit | fd3278d705a494591a3d73f235ddb57b51a58fef (patch) | |
tree | 76f009b364c78f6a9ac80e7bd0e2ee4abfeec41a /x11-misc/macopix/macopix-1.2.1.ebuild | |
parent | Remove scons, pkgconfig and intltool from runtime deps. (diff) | |
download | gentoo-2-fd3278d705a494591a3d73f235ddb57b51a58fef.tar.gz gentoo-2-fd3278d705a494591a3d73f235ddb57b51a58fef.tar.bz2 gentoo-2-fd3278d705a494591a3d73f235ddb57b51a58fef.zip |
Move pkgconfig to DEPEND wrt #217278.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-misc/macopix/macopix-1.2.1.ebuild')
-rw-r--r-- | x11-misc/macopix/macopix-1.2.1.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/x11-misc/macopix/macopix-1.2.1.ebuild b/x11-misc/macopix/macopix-1.2.1.ebuild index 664469e69d13..50f68d868659 100644 --- a/x11-misc/macopix/macopix-1.2.1.ebuild +++ b/x11-misc/macopix/macopix-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.2.1.ebuild,v 1.7 2006/11/04 17:13:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.2.1.ebuild,v 1.8 2008/05/05 19:45:29 drac Exp $ inherit eutils @@ -26,17 +26,17 @@ KEYWORDS="~amd64 ppc x86" IUSE="nls" -DEPEND=">=x11-libs/gtk+-2.0.0 - >=dev-libs/glib-2.0.0 - nls? ( >=sys-devel/gettext-0.10 ) - dev-util/pkgconfig +RDEPEND=">=x11-libs/gtk+-2 media-libs/libpng" +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.10 ) + dev-util/pkgconfig" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff - epatch ${FILESDIR}/${P}-nls.diff + cd "${S}" + epatch "${FILESDIR}"/${P}-gentoo.diff \ + "${FILESDIR}"/${P}-nls.diff } src_compile() { @@ -52,7 +52,7 @@ src_install() { # install mascots for d in ${MY_MASCOTS} ; do - cd ${WORKDIR}/${PN}-mascot-${d} + cd "${WORKDIR}"/${PN}-mascot-${d} insinto /usr/share/${PN} # please ignore doins errors ... doins *.mcpx *.menu |