diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-29 00:20:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-29 00:20:10 +0000 |
commit | 00bf5f4ae56dbfed49c36680a869401b66b3afa7 (patch) | |
tree | 2df8f7a9d0e5dd8ad6d994fab76fc3bd06237bb7 /net-misc/connman | |
parent | Version bump (diff) | |
download | gentoo-2-00bf5f4ae56dbfed49c36680a869401b66b3afa7.tar.gz gentoo-2-00bf5f4ae56dbfed49c36680a869401b66b3afa7.tar.bz2 gentoo-2-00bf5f4ae56dbfed49c36680a869401b66b3afa7.zip |
Fix headers and CVS headers.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/connman/connman-0.51.ebuild | 2 | ||||
-rw-r--r-- | net-misc/connman/connman-0.53.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog index 5890f57a8e5d..37d7928c3ba1 100644 --- a/net-misc/connman/ChangeLog +++ b/net-misc/connman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/connman # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.13 2010/05/28 10:24:42 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.14 2010/05/29 00:20:10 flameeyes Exp $ + + 29 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> connman-0.51.ebuild, + connman-0.53.ebuild: + Fix headers and CVS headers. *connman-0.53 (28 May 2010) diff --git a/net-misc/connman/connman-0.51.ebuild b/net-misc/connman/connman-0.51.ebuild index 535d9990f06b..fbed53ccb4d6 100644 --- a/net-misc/connman/connman-0.51.ebuild +++ b/net-misc/connman/connman-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.51.ebuild,v 1.2 2010/05/29 00:20:10 flameeyes Exp $ EAPI="2" diff --git a/net-misc/connman/connman-0.53.ebuild b/net-misc/connman/connman-0.53.ebuild index 949b1be61072..3bfe4fee1631 100644 --- a/net-misc/connman/connman-0.53.ebuild +++ b/net-misc/connman/connman-0.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.53.ebuild,v 1.2 2010/05/29 00:20:10 flameeyes Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_configure() { --enable-datafiles \ --enable-loopback=builtin \ $(use_enable caps capng) \ - $(use_enable example test) \ + $(use_enable examples test) \ $(use_enable ethernet ethernet builtin) \ $(use_enable wifi wifi builtin) \ $(use_enable bluetooth bluetooth builtin) \ |