diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:18:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:18:44 +0000 |
commit | eee7f853346c203d3e7320b134210594dd8f7f7b (patch) | |
tree | a32500a76652c94837cb7b6132ac8373e514327d /dev-db/odbtp | |
parent | Convert from "useq" to "use". (diff) | |
download | gentoo-2-eee7f853346c203d3e7320b134210594dd8f7f7b.tar.gz gentoo-2-eee7f853346c203d3e7320b134210594dd8f7f7b.tar.bz2 gentoo-2-eee7f853346c203d3e7320b134210594dd8f7f7b.zip |
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/odbtp')
-rw-r--r-- | dev-db/odbtp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/odbtp/odbtp-1.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/odbtp/ChangeLog b/dev-db/odbtp/ChangeLog index cd81d9f9ba07..b7ca3ff196d4 100644 --- a/dev-db/odbtp/ChangeLog +++ b/dev-db/odbtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/odbtp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/ChangeLog,v 1.3 2010/03/31 20:44:11 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/ChangeLog,v 1.4 2011/07/08 10:18:44 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> odbtp-1.1.4.ebuild: + Convert from "useq" to "use". 31 Mar 2010; <mabi@gentoo.org> odbtp-1.1.4.ebuild: QA fix: respect $CC (bug #243768) diff --git a/dev-db/odbtp/odbtp-1.1.4.ebuild b/dev-db/odbtp/odbtp-1.1.4.ebuild index f563e52f57bc..7cdc34803abc 100644 --- a/dev-db/odbtp/odbtp-1.1.4.ebuild +++ b/dev-db/odbtp/odbtp-1.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.4 2010/03/31 21:39:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/odbtp/odbtp-1.1.4.ebuild,v 1.5 2011/07/08 10:18:44 ssuominen Exp $ inherit eutils toolchain-funcs @@ -33,7 +33,7 @@ src_install() { # Install various documentation dodoc AUTHORS INSTALL NEWS README* - if useq doc ; then + if use doc ; then dohtml -r docs/* fi } |