diff options
author | Robert Piasek <dagger@gentoo.org> | 2010-02-05 13:21:31 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2010-02-05 13:21:31 +0000 |
commit | 12fbeabd3ac7d5198983eb219ded89b29a915c58 (patch) | |
tree | fd201ed03c064fb0e67958f3384d0c7d4accbb74 /net-misc | |
parent | Update chromium dev channel releases mask (diff) | |
download | gentoo-2-12fbeabd3ac7d5198983eb219ded89b29a915c58.tar.gz gentoo-2-12fbeabd3ac7d5198983eb219ded89b29a915c58.tar.bz2 gentoo-2-12fbeabd3ac7d5198983eb219ded89b29a915c58.zip |
small fix for builtin options
(Portage version: 2.1.7.17/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/connman/connman-0.48-r1.ebuild (renamed from net-misc/connman/connman-0.48.ebuild) | 24 |
2 files changed, 19 insertions, 13 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog index 17a52e2c09aa..f19f6c7af2e5 100644 --- a/net-misc/connman/ChangeLog +++ b/net-misc/connman/ChangeLog @@ -1,6 +1,12 @@ # 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.9 2010/02/01 14:12:26 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.10 2010/02/05 13:21:31 dagger Exp $ + +*connman-0.48-r1 (05 Feb 2010) + + 05 Feb 2010; Robert Piasek <dagger@gentoo.org> -connman-0.48.ebuild, + +connman-0.48-r1.ebuild: + Small fix for builtin options *connman-0.48 (01 Feb 2010) diff --git a/net-misc/connman/connman-0.48.ebuild b/net-misc/connman/connman-0.48-r1.ebuild index 1bd55d1c8309..e5f24ea7a52f 100644 --- a/net-misc/connman/connman-0.48.ebuild +++ b/net-misc/connman/connman-0.48-r1.ebuild @@ -34,18 +34,18 @@ src_configure() { --enable-fake \ --enable-datafiles \ --enable-loopback=builtin \ - $(use_enable ethernet ethernet =builtin) \ - $(use_enable wifi wifi =builtin) \ - $(use_enable bluetooth bluetooth =builtin) \ - $(use_enable ofono ofono =builtin) \ - $(use_enable dhclient dhclient =builtin) \ - $(use_enable resolvconf resolvconf =builtin) \ - $(use_enable dnsproxy dnsproxy =builtin) \ - $(use_enable google google =builtin) \ - $(use_enable moblin moblin =builtin) \ - $(use_enable 3G hso =builtin) \ - $(use_enable 3G mbm =builtin) \ - $(use_enable policykit polkit =builtin) \ + $(use_enable ethernet ethernet builtin) \ + $(use_enable wifi wifi builtin) \ + $(use_enable bluetooth bluetooth builtin) \ + $(use_enable ofono ofono builtin) \ + $(use_enable dhclient dhclient builtin) \ + $(use_enable resolvconf resolvconf builtin) \ + $(use_enable dnsproxy dnsproxy builtin) \ + $(use_enable google google builtin) \ + $(use_enable moblin moblin builtin) \ + $(use_enable 3G hso builtin) \ + $(use_enable 3G mbm builtin) \ + $(use_enable policykit polkit builtin) \ $(use_enable debug) \ $(use_enable doc gtk-doc) \ $(use_enable threads) \ |