diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:23:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:23:37 +0000 |
commit | 8ff68e6799e2c020e127d540972e712393a84c35 (patch) | |
tree | 90e1b09ba2371d685ada4aac0226c17f71fb2af7 /x11-misc/gigolo | |
parent | EAPI4 (diff) | |
download | gentoo-2-8ff68e6799e2c020e127d540972e712393a84c35.tar.gz gentoo-2-8ff68e6799e2c020e127d540972e712393a84c35.tar.bz2 gentoo-2-8ff68e6799e2c020e127d540972e712393a84c35.zip |
EAPI4, docs array, fix missing intltool and pkgconfig dep
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r-- | x11-misc/gigolo/gigolo-0.4.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-misc/gigolo/gigolo-0.4.1.ebuild b/x11-misc/gigolo/gigolo-0.4.1.ebuild index 6ce7882ad3c3..8bda2ff05c0a 100644 --- a/x11-misc/gigolo/gigolo-0.4.1.ebuild +++ b/x11-misc/gigolo/gigolo-0.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.4 2011/03/22 10:55:23 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.5 2011/05/19 22:23:37 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes EINTLTOOLIZE=yes inherit xfconf @@ -17,12 +17,14 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.12:2 +RDEPEND=">=x11-libs/gtk+-2.12:2 >=dev-libs/glib-2.16:2" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig" pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } src_install() { |