summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild')
-rw-r--r--dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild
index 20d90c48bb65..aaa418f47bf0 100644
--- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild
+++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.6.0.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
DEPEND="extension? ( dev-libs/libmaxminddb )"
RDEPEND="${DEPEND}"
-src_prepare(){
+src_prepare() {
# We need to call eapply_user ourselves, because it may be skipped
# if either the "extension" USE flag is not set, or if the user's
# PHP_TARGETS is essentially empty. In the latter case, the eclass
@@ -70,7 +70,7 @@ src_test() {
use extension && php-ext-source-r3_src_test
}
-pkg_postinst(){
+pkg_postinst() {
elog "${PN} has been installed in /usr/share/php/MaxMind/Db/."
elog "To use it in a script, require('MaxMind/Db/autoload.php'),"
elog "and then most of the examples in the documentation should"