diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-10-20 22:42:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-10-20 22:42:16 +0000 |
commit | af38f59ef98bf6e19a70b4a31544e6cde2e35106 (patch) | |
tree | 6563e4d9ee3accf834fa37cd29114abd136c64d8 /app-crypt/gringotts/gringotts-1.2.10.ebuild | |
parent | Drop DEPRECATED flags, bug #387833 (diff) | |
download | gentoo-2-af38f59ef98bf6e19a70b4a31544e6cde2e35106.tar.gz gentoo-2-af38f59ef98bf6e19a70b4a31544e6cde2e35106.tar.bz2 gentoo-2-af38f59ef98bf6e19a70b4a31544e6cde2e35106.zip |
Drop DEPRECATION flags, bug #387831; drop old.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/gringotts/gringotts-1.2.10.ebuild')
-rw-r--r-- | app-crypt/gringotts/gringotts-1.2.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/gringotts/gringotts-1.2.10.ebuild b/app-crypt/gringotts/gringotts-1.2.10.ebuild index 8003117ff6db..4bff5c793a2b 100644 --- a/app-crypt/gringotts/gringotts-1.2.10.ebuild +++ b/app-crypt/gringotts/gringotts-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.10.ebuild,v 1.5 2011/03/22 18:44:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.10.ebuild,v 1.6 2011/10/20 22:42:16 pacho Exp $ EAPI="2" @@ -24,9 +24,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - # Remove deprecation flag, soit compiles with >=GTK+-2.4 - sed -e 's:-DGTK_DISABLE_DEPRECATED::g' \ - -i src/Makefile.am src/Makefile.in || die "sed failed" + # Drop DEPRECATION flags, bug #387831 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ + src/Makefile.am src/Makefile.in || die # Patch up to install desktop entry correctly epatch "${FILESDIR}/${PN}-1.2.10-desktop.patch" |