diff options
author | 2009-08-27 14:58:35 +0000 | |
---|---|---|
committer | 2009-08-27 14:58:35 +0000 | |
commit | 11fc690f0236db16cc3c85b41ba20111bd4d7735 (patch) | |
tree | b03e83826bf3a5972c42a201d75199bf3229c917 /lxde-base | |
parent | Adding dev-util/intltool to DEPEND (diff) | |
download | gentoo-2-11fc690f0236db16cc3c85b41ba20111bd4d7735.tar.gz gentoo-2-11fc690f0236db16cc3c85b41ba20111bd4d7735.tar.bz2 gentoo-2-11fc690f0236db16cc3c85b41ba20111bd4d7735.zip |
Adding dev-util/intltool to DEPEND
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxshortcut/ChangeLog | 6 | ||||
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lxde-base/lxshortcut/ChangeLog b/lxde-base/lxshortcut/ChangeLog index b03ba9dbc432..37bd02aa68be 100644 --- a/lxde-base/lxshortcut/ChangeLog +++ b/lxde-base/lxshortcut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxshortcut # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.3 2009/08/05 17:57:23 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.4 2009/08/27 14:58:35 vostorga Exp $ + + 27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> + lxshortcut-0.1.1.ebuild: + Adding dev-util/intltool to DEPEND 05 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> lxshortcut-0.1.1.ebuild: Keywording for ppc, bug 271148 diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild index 9be1805e3743..ca21bb5bf774 100644 --- a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild +++ b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.3 2009/08/05 17:57:23 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.4 2009/08/27 14:58:35 vostorga Exp $ EAPI="1" @@ -19,6 +19,7 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2" DEPEND="${RDEPEND} sys-devel/gettext + dev-util/intltool dev-util/pkgconfig" src_unpack() { |