summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/botan/botan-1.10.3-r1.ebuild')
-rw-r--r--dev-libs/botan/botan-1.10.3-r1.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-libs/botan/botan-1.10.3-r1.ebuild b/dev-libs/botan/botan-1.10.3-r1.ebuild
index 419c9e435e85..cd4a31fa568b 100644
--- a/dev-libs/botan/botan-1.10.3-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.3-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.3-r1.ebuild,v 1.4 2013/09/18 11:11:26 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -142,11 +142,3 @@ src_install() {
popd > /dev/null
fi
}
-
-pkg_postinst() {
- use python && python_mod_optimize botan
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup botan
-}