diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-10 20:33:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-10 20:33:21 +0200 |
commit | f4676d81db9d16ad436b9dcc849206bad7dacaa1 (patch) | |
tree | 2c2f289b34e4ecdc1ca4e2a527d30a2a1a748618 /dev-libs/libpqxx | |
parent | profiles: Mask sci-chemistry/apbs flags deping on masked [fetk] (diff) | |
download | gentoo-f4676d81db9d16ad436b9dcc849206bad7dacaa1.tar.gz gentoo-f4676d81db9d16ad436b9dcc849206bad7dacaa1.tar.bz2 gentoo-f4676d81db9d16ad436b9dcc849206bad7dacaa1.zip |
dev-libs/libpqxx: Remove bogus myconf remains
Diffstat (limited to 'dev-libs/libpqxx')
-rw-r--r-- | dev-libs/libpqxx/libpqxx-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild b/dev-libs/libpqxx/libpqxx-5.1.0.ebuild index 8ef0695ac56b..6c01ca8a607a 100644 --- a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild +++ b/dev-libs/libpqxx/libpqxx-5.1.0.ebuild @@ -38,7 +38,7 @@ src_configure() { econf \ --enable-shared \ $(use_enable doc documentation) \ - $(use_enable static-libs static) local myconf + $(use_enable static-libs static) } src_install () { |