diff options
author | 2010-04-08 21:01:46 +0000 | |
---|---|---|
committer | 2010-04-08 21:01:46 +0000 | |
commit | bed4b8a20cc8851965fb5df956a8c7a779c65a10 (patch) | |
tree | 1eaa87f3c80df22bc88e56a5fd3c6d29d7651456 /net-misc/emphetamine | |
parent | Fix HOMEPAGE, SRC_URI and rarian depend. (diff) | |
download | gentoo-2-bed4b8a20cc8851965fb5df956a8c7a779c65a10.tar.gz gentoo-2-bed4b8a20cc8851965fb5df956a8c7a779c65a10.tar.bz2 gentoo-2-bed4b8a20cc8851965fb5df956a8c7a779c65a10.zip |
Missing dev-util/pkgconfig DEPEND wrt #233068 by Evil Compile Person.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/emphetamine')
-rw-r--r-- | net-misc/emphetamine/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/emphetamine/emphetamine-0.99.6.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/emphetamine/ChangeLog b/net-misc/emphetamine/ChangeLog index 59b4e0d2b2b8..1d118acb390a 100644 --- a/net-misc/emphetamine/ChangeLog +++ b/net-misc/emphetamine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/emphetamine -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emphetamine/ChangeLog,v 1.5 2008/04/26 13:18:11 drac Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/emphetamine/ChangeLog,v 1.6 2010/04/08 21:01:46 ssuominen Exp $ + + 08 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> + emphetamine-0.99.6.ebuild: + Missing dev-util/pkgconfig DEPEND wrt #233068 by Evil Compile Person. 26 Apr 2008; Samuli Suominen <drac@gentoo.org> emphetamine-0.99.6.ebuild: Keyword ~amd64. diff --git a/net-misc/emphetamine/emphetamine-0.99.6.ebuild b/net-misc/emphetamine/emphetamine-0.99.6.ebuild index 9ab28320c6a6..4531982ec74b 100644 --- a/net-misc/emphetamine/emphetamine-0.99.6.ebuild +++ b/net-misc/emphetamine/emphetamine-0.99.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emphetamine/emphetamine-0.99.6.ebuild,v 1.7 2008/04/26 13:18:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/emphetamine/emphetamine-0.99.6.ebuild,v 1.8 2010/04/08 21:01:46 ssuominen Exp $ GCONF_DEBUG=no @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="x11-libs/libelysium +RDEPEND="x11-libs/libelysium x11-libs/libelysiumui" +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog README" |