diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-12-31 02:18:51 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-12-31 02:18:51 +0000 |
commit | 6047d7099743c4aff3e35b4ad5729e4e890ff375 (patch) | |
tree | ee0c270422c98c3ae6916ce25207f967827d3525 /x11-libs/libview | |
parent | Version bump, and add vmware as herd, since this is mostly used for vmware pr... (diff) | |
download | gentoo-2-6047d7099743c4aff3e35b4ad5729e4e890ff375.tar.gz gentoo-2-6047d7099743c4aff3e35b4ad5729e4e890ff375.tar.bz2 gentoo-2-6047d7099743c4aff3e35b4ad5729e4e890ff375.zip |
Fix up deprecation system (bug 239325).
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
Diffstat (limited to 'x11-libs/libview')
-rw-r--r-- | x11-libs/libview/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libview/libview-0.6.2.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/libview/ChangeLog b/x11-libs/libview/ChangeLog index a6033b2a7b45..3e29fe9798c8 100644 --- a/x11-libs/libview/ChangeLog +++ b/x11-libs/libview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libview # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.7 2008/12/31 02:11:32 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.8 2008/12/31 02:18:51 ikelos Exp $ + + 31 Dec 2008; Mike Auty <ikelos@gentoo.org> libview-0.6.2.ebuild: + Fix up deprecation system (bug 239325). *libview-0.6.2 (31 Dec 2008) diff --git a/x11-libs/libview/libview-0.6.2.ebuild b/x11-libs/libview/libview-0.6.2.ebuild index 09cbbeaecc70..eb6dbbdf3ee5 100644 --- a/x11-libs/libview/libview-0.6.2.ebuild +++ b/x11-libs/libview/libview-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v 1.1 2008/12/31 02:11:32 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v 1.2 2008/12/31 02:18:51 ikelos Exp $ inherit gnome2 eutils @@ -18,15 +18,11 @@ RDEPEND=">=x11-libs/gtk+-2.4.0 DEPEND="${RDEPEND} dev-util/pkgconfig" +G2CONF="--enable-deprecated" + src_unpack() { gnome2_src_unpack # Fix the pkgconfig file epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch } - -src_compile() { - CPPFLAGS="${CPPFLAGS} -U GTK_DISABLE_DEPRECATED" - econf || die "Configure failed." - emake || die "Compilation failed." -} |