diff options
author | 2012-06-03 12:48:54 +0000 | |
---|---|---|
committer | 2012-06-03 12:48:54 +0000 | |
commit | 53726c8db88a7a2ab37846a5b16354eb3442d539 (patch) | |
tree | a2f1eff25ad65f7eb51f5c621bd7bdbe330cc5b1 /x11-libs/gtk+/gtk+-3.2.3.ebuild | |
parent | Drop non-bsd keywords. (diff) | |
download | gentoo-2-53726c8db88a7a2ab37846a5b16354eb3442d539.tar.gz gentoo-2-53726c8db88a7a2ab37846a5b16354eb3442d539.tar.bz2 gentoo-2-53726c8db88a7a2ab37846a5b16354eb3442d539.zip |
Add fix for underlinking detected by gold; correct eclass inherits following repomans suggestions
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtk+/gtk+-3.2.3.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-3.2.3.ebuild b/x11-libs/gtk+/gtk+-3.2.3.ebuild index 67d0c7c5fadb..9b081d30a1e3 100644 --- a/x11-libs/gtk+/gtk+-3.2.3.ebuild +++ b/x11-libs/gtk+/gtk+-3.2.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.3.ebuild,v 1.10 2012/05/20 19:33:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.3.ebuild,v 1.11 2012/06/03 12:48:54 jlec Exp $ EAPI="4" -inherit eutils flag-o-matic gnome.org gnome2-utils libtool virtualx +inherit eutils flag-o-matic gnome.org gnome2-utils multilib virtualx DESCRIPTION="Gimp ToolKit +" HOMEPAGE="http://www.gtk.org/" |