diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-04 12:43:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-04 12:43:07 +0000 |
commit | 025049a4cc28ab787a8ddf95768cb5b1de42e5cf (patch) | |
tree | c6d0d706e249578f25f8ea388ef799eb6464b85b /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-025049a4cc28ab787a8ddf95768cb5b1de42e5cf.tar.gz gentoo-2-025049a4cc28ab787a8ddf95768cb5b1de42e5cf.tar.bz2 gentoo-2-025049a4cc28ab787a8ddf95768cb5b1de42e5cf.zip |
add doc useflag, by Alexandru Scvortov, bug #413925
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/core/core-107.01.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog index 54f68b0ef3ef..bb4627942240 100644 --- a/dev-ml/core/ChangeLog +++ b/dev-ml/core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.8 2012/03/27 21:33:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.9 2012/05/04 12:43:07 aballier Exp $ + + 04 May 2012; Alexis Ballier <aballier@gentoo.org> core-107.01.ebuild: + add doc useflag, by Alexandru Scvortov, bug #413925 27 Mar 2012; Alexis Ballier <aballier@gentoo.org> core-107.01.ebuild: convert to oasis.eclass diff --git a/dev-ml/core/core-107.01.ebuild b/dev-ml/core/core-107.01.ebuild index c13ab3b076a4..d352e496a62f 100644 --- a/dev-ml/core/core-107.01.ebuild +++ b/dev-ml/core/core-107.01.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.2 2012/03/27 21:33:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-107.01.ebuild,v 1.3 2012/05/04 12:43:07 aballier Exp $ EAPI="3" + +OASIS_BUILD_DOCS=1 + inherit oasis MY_P=${P/_/\~} |