diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-17 21:32:58 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-17 21:32:58 +0000 |
commit | f6f8ac1d50f67af44976534da0b891176d9b119c (patch) | |
tree | 93c13148695692a9455c3e35a741aa15b62c83d2 | |
parent | Remove old, update description, homepage (diff) | |
download | gentoo-2-f6f8ac1d50f67af44976534da0b891176d9b119c.tar.gz gentoo-2-f6f8ac1d50f67af44976534da0b891176d9b119c.tar.bz2 gentoo-2-f6f8ac1d50f67af44976534da0b891176d9b119c.zip |
Added missing virtual/libintl dependency for gettext.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
-rw-r--r-- | mate-base/mate-applets/ChangeLog | 5 | ||||
-rw-r--r-- | mate-base/mate-applets/mate-applets-1.6.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mate-base/mate-applets/ChangeLog b/mate-base/mate-applets/ChangeLog index 2c2630165351..743ce7abc8d7 100644 --- a/mate-base/mate-applets/ChangeLog +++ b/mate-base/mate-applets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mate-base/mate-applets # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.1 2014/03/17 21:13:24 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/ChangeLog,v 1.2 2014/03/17 21:32:58 tomwij Exp $ + + 17 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-applets-1.6.2.ebuild: + Added missing virtual/libintl dependency for gettext. *mate-applets-1.6.2 (17 Mar 2014) diff --git a/mate-base/mate-applets/mate-applets-1.6.2.ebuild b/mate-base/mate-applets/mate-applets-1.6.2.ebuild index be9f0162cb47..4a4624476fee 100644 --- a/mate-base/mate-applets/mate-applets-1.6.2.ebuild +++ b/mate-base/mate-applets/mate-applets-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2.ebuild,v 1.1 2014/03/17 21:13:24 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2.ebuild,v 1.2 2014/03/17 21:32:58 tomwij Exp $ EAPI="5" @@ -45,6 +45,7 @@ RDEPEND="${PYTHON_DEPS} >=x11-libs/libxklavier-4:0 x11-libs/pango:0 >=x11-themes/mate-icon-theme-1.6:0 + virtual/libintl:0 networkmanager? ( >=net-misc/networkmanager-0.7:0 ) policykit? ( >=sys-auth/polkit-0.92:0 )" |