summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2012-07-20 13:15:38 +0000
committerFabio Erculiani <lxnay@gentoo.org>2012-07-20 13:15:38 +0000
commite8dd8bc69504cfc6b90868666ab532099927818c (patch)
treefa7e7720057de7c05bd1228de6e4b78087e24db5 /app-admin
parentMove live ebuild to mpd overlay (diff)
downloadgentoo-2-e8dd8bc69504cfc6b90868666ab532099927818c.tar.gz
gentoo-2-e8dd8bc69504cfc6b90868666ab532099927818c.tar.bz2
gentoo-2-e8dd8bc69504cfc6b90868666ab532099927818c.zip
properly handle 'connman' USE flag
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit-base/ChangeLog5
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.7.4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog
index 5df5977d0671..43675c4610f3 100644
--- a/app-admin/packagekit-base/ChangeLog
+++ b/app-admin/packagekit-base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/packagekit-base
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.24 2012/06/27 18:54:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.25 2012/07/20 13:15:38 lxnay Exp $
+
+ 20 Jul 2012; Fabio Erculiani <lxnay@gentoo.org> packagekit-base-0.7.4.ebuild:
+ properly handle 'connman' USE flag
27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
packagekit-base-0.7.4.ebuild:
diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
index 96d9fd42dc52..92cf52a93fab 100644
--- a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.4 2012/06/27 18:54:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.5 2012/07/20 13:15:38 lxnay Exp $
EAPI="3"
@@ -123,6 +123,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable networkmanager) \
$(use_enable nsplugin browser-plugin) \
+ $(use_enable connman) \
$(use_enable pm-utils) \
--disable-qt \
$(use_enable static-libs static) \