diff options
author | Daniel Drake <dsd@gentoo.org> | 2007-05-10 01:44:01 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2007-05-10 01:44:01 +0000 |
commit | e4669eeaf6bf543e2139e8093ee2d640da353cbd (patch) | |
tree | 0804a07dfebf6fb667c0f2fdb35dc93261ddfd30 /app-admin/gamin | |
parent | Add X USE to allow building of ft2demos on headless systems. Fix linking of (diff) | |
download | gentoo-2-e4669eeaf6bf543e2139e8093ee2d640da353cbd.tar.gz gentoo-2-e4669eeaf6bf543e2139e8093ee2d640da353cbd.tar.bz2 gentoo-2-e4669eeaf6bf543e2139e8093ee2d640da353cbd.zip |
Remove doc USE flag and install docs unconditionally, thanks to Jakub Moc in bug #177632
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-admin/gamin')
-rw-r--r-- | app-admin/gamin/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/gamin/gamin-0.1.8.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog index 788b9d80827d..9d67d8f70198 100644 --- a/app-admin/gamin/ChangeLog +++ b/app-admin/gamin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/gamin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.61 2007/02/04 23:21:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.62 2007/05/10 01:44:01 dsd Exp $ + + 10 May 2007; Daniel Drake <dsd@gentoo.org> gamin-0.1.8.ebuild: + Remove doc USE flag and install docs unconditionally, thanks to Jakub Moc in + bug #177632 04 Feb 2007; Jeroen Roovers <jer@gentoo.org> gamin-0.1.8.ebuild: Stable for HPPA (bug #164938). diff --git a/app-admin/gamin/gamin-0.1.8.ebuild b/app-admin/gamin/gamin-0.1.8.ebuild index 1d667b73ac2d..36a45d09cd15 100644 --- a/app-admin/gamin/gamin-0.1.8.ebuild +++ b/app-admin/gamin/gamin-0.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.8.ebuild,v 1.9 2007/02/10 21:45:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.8.ebuild,v 1.10 2007/05/10 01:44:01 dsd Exp $ inherit autotools eutils libtool @@ -12,7 +12,7 @@ SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="debug doc kernel_FreeBSD kernel_linux" +IUSE="debug kernel_FreeBSD kernel_linux" RDEPEND=">=dev-libs/glib-2 !app-admin/fam" @@ -46,6 +46,6 @@ src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO NEWS doc/*txt - use doc && dohtml doc/* + dohtml doc/* } |