diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 18:40:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 18:40:13 +0000 |
commit | 47154de7e75fff096734c5a1d05e6c9f323c3839 (patch) | |
tree | 2b539512a4b7af251cbff8f8cd61f990b8d6bbfa /dev-util | |
parent | Mask dev-lang/nacl-toolchain-newlib. (diff) | |
download | gentoo-2-47154de7e75fff096734c5a1d05e6c9f323c3839.tar.gz gentoo-2-47154de7e75fff096734c5a1d05e6c9f323c3839.tar.bz2 gentoo-2-47154de7e75fff096734c5a1d05e6c9f323c3839.zip |
Remove useless libtool archive (libgladeui-1.la).
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-3.8.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 0844ad6b1652..c15f27038479 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/glade # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.137 2011/10/05 16:58:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.138 2011/10/06 18:40:13 ssuominen Exp $ + + 06 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> glade-3.8.0.ebuild: + Remove useless libtool archive (libgladeui-1.la). 05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> glade-3.8.0.ebuild: ppc/ppc64 stable wrt #369909 diff --git a/dev-util/glade/glade-3.8.0.ebuild b/dev-util/glade/glade-3.8.0.ebuild index 04fb65b9dc0e..75bfbcf21fde 100644 --- a/dev-util/glade/glade-3.8.0.ebuild +++ b/dev-util/glade/glade-3.8.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.0.ebuild,v 1.6 2011/10/05 16:58:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.0.ebuild,v 1.7 2011/10/06 18:40:13 ssuominen Exp $ EAPI="2" GNOME_ORG_MODULE="glade3" +GNOME2_LA_PUNT="yes" inherit eutils gnome2 |