diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-18 15:43:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-18 15:43:19 +0000 |
commit | cee6d6e89b87f04f1e598f929ff8bf45891fdf84 (patch) | |
tree | 66f859ef3232f75790d6d5d90fb376f5f08a3e27 /gnome-extra | |
parent | revbump; migrate -> distutils-r1, updated test phase, patch to avoid d'loadin... (diff) | |
download | gentoo-2-cee6d6e89b87f04f1e598f929ff8bf45891fdf84.tar.gz gentoo-2-cee6d6e89b87f04f1e598f929ff8bf45891fdf84.tar.bz2 gentoo-2-cee6d6e89b87f04f1e598f929ff8bf45891fdf84.zip |
Add some fixes to the ebuild
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index 3f70f0f83344..1855071b9076 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.100 2013/05/03 10:31:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.101 2013/05/18 15:43:19 pacho Exp $ + + 18 May 2013; Pacho Ramos <pacho@gentoo.org> nm-applet-0.9.8.0.ebuild: + Add some fixes to the ebuild 03 May 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml, nm-applet-0.9.8.0.ebuild: diff --git a/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild b/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild index 5a1ac549e0bb..84683fbbc053 100644 --- a/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild +++ b/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.4 2013/05/03 10:31:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.0.ebuild,v 1.5 2013/05/18 15:43:19 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} LICENSE="GPL-2+" SLOT="0" -IUSE="bluetooth gconf modemmanager" +IUSE="bluetooth gconf +introspection modemmanager" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=" @@ -34,8 +34,10 @@ RDEPEND=" bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 ) gconf? ( >=gnome-base/gconf-2.20:2 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) modemmanager? ( >=net-misc/modemmanager-0.7.990 ) virtual/freedesktop-icon-theme + virtual/udev[gudev] " DEPEND="${RDEPEND} virtual/pkgconfig @@ -55,5 +57,6 @@ src_configure() { --localstatedir=/var \ $(use_with bluetooth) \ $(use_enable gconf migration) \ + $(use_enable introspection) \ $(use_with modemmanager modem-manager-1) } |