diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-18 09:28:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-18 09:28:42 +0000 |
commit | 22ed578e0c819f15be6de8c3be6564bd8e0cc6e4 (patch) | |
tree | 4381c08dc0574ff009ac35030d6abedc530047de /x11-libs/libtinynotify | |
parent | Fix implicit $(use_enable debug). (diff) | |
download | gentoo-2-22ed578e0c819f15be6de8c3be6564bd8e0cc6e4.tar.gz gentoo-2-22ed578e0c819f15be6de8c3be6564bd8e0cc6e4.tar.bz2 gentoo-2-22ed578e0c819f15be6de8c3be6564bd8e0cc6e4.zip |
Fix implicit $(use_enable debug). Update gtk-doc dep and thus remove test restriction.
(Portage version: 2.2.0_alpha55_p39/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libtinynotify')
-rw-r--r-- | x11-libs/libtinynotify/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/libtinynotify/ChangeLog b/x11-libs/libtinynotify/ChangeLog index 9d7cf79db942..569538e2ecf3 100644 --- a/x11-libs/libtinynotify/ChangeLog +++ b/x11-libs/libtinynotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libtinynotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.4 2011/09/04 11:24:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.5 2011/09/18 09:28:42 mgorny Exp $ + + 18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtinynotify-0.2.ebuild: + Fix implicit $(use_enable debug). Update gtk-doc dep and thus remove test + restriction. *libtinynotify-0.2 (04 Sep 2011) diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.ebuild index cda0b925b590..3f2d6acdb4fa 100644 --- a/x11-libs/libtinynotify/libtinynotify-0.2.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.2.ebuild,v 1.1 2011/09/04 11:24:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.2.ebuild,v 1.2 2011/09/18 09:28:42 mgorny Exp $ EAPI=4 inherit autotools-utils @@ -17,15 +17,13 @@ IUSE="debug doc static-libs" RDEPEND="sys-apps/dbus" DEPEND="${RDEPEND} dev-util/pkgconfig - doc? ( dev-util/gtk-doc )" + doc? ( >=dev-util/gtk-doc-1.18 )" DOCS=( README ) -# requires gtk-doc-1.18 -RESTRICT=test - src_configure() { myeconfargs=( + $(use_enable debug) $(use_enable doc gtk-doc) ) |