summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-11-17 12:39:19 +0000
committerPacho Ramos <pacho@gentoo.org>2012-11-17 12:39:19 +0000
commit511fa94a880035f7fd744bc8e0224a7e83e56e57 (patch)
tree5e6f3f73098cd485c03e5a53c3f165c517f21c8d /sci-calculators
parentDrop 'doc' USE flag as it is only used to rebuild documentation, port to vala... (diff)
downloadgentoo-2-511fa94a880035f7fd744bc8e0224a7e83e56e57.tar.gz
gentoo-2-511fa94a880035f7fd744bc8e0224a7e83e56e57.tar.bz2
gentoo-2-511fa94a880035f7fd744bc8e0224a7e83e56e57.zip
Disable DEPRECATION warnings
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/galculator/ChangeLog5
-rw-r--r--sci-calculators/galculator/galculator-2.0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index 7f4dbd738a1c..220d188e5871 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/galculator
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.33 2012/10/20 10:04:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.34 2012/11/17 12:39:19 pacho Exp $
+
+ 17 Nov 2012; Pacho Ramos <pacho@gentoo.org> galculator-2.0.ebuild:
+ Disable DEPRECATION warnings
*galculator-2.0 (20 Oct 2012)
diff --git a/sci-calculators/galculator/galculator-2.0.ebuild b/sci-calculators/galculator/galculator-2.0.ebuild
index ad60e39f6777..bc674b7261b8 100644
--- a/sci-calculators/galculator/galculator-2.0.ebuild
+++ b/sci-calculators/galculator/galculator-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.0.ebuild,v 1.2 2012/10/20 10:07:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.0.ebuild,v 1.3 2012/11/17 12:39:19 pacho Exp $
EAPI=4
inherit gnome2-utils
@@ -30,6 +30,8 @@ src_prepare() {
ui/main_frame_hildon.ui
ui/prefs-ume.ui
EOF
+
+ gnome2_disable_deprecation_warning
}
pkg_preinst() { gnome2_icon_savelist; }