summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-30 17:45:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-30 20:14:58 +0200
commit78bcc41d75501923717b0e77b1a0b5b4ed0d7c02 (patch)
tree979632ef34a54933d682fe6ec9ecd65056a6c611 /dev-python/pyilmbase/files
parentsys-fs/btrfsmaintenance: drop cron dependency if systemd is enabled (diff)
downloadgentoo-78bcc41d75501923717b0e77b1a0b5b4ed0d7c02.tar.gz
gentoo-78bcc41d75501923717b0e77b1a0b5b4ed0d7c02.tar.bz2
gentoo-78bcc41d75501923717b0e77b1a0b5b4ed0d7c02.zip
dev-python/pyilmbase: Drop 2.2.0
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pyilmbase/files')
-rw-r--r--dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch b/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
deleted file mode 100644
index 897bc02baf90..000000000000
--- a/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index a4d6027..edfb49f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -76,7 +76,7 @@ LIBS="$LIBS -lpython$PYTHON_VERSION"
- BOOST_PYTHON_CXXFLAGS=""
- BOOST_PYTHON_LDFLAGS=""
- BOOST_PYTHON_LIBS=""
--BOOST_PYTHON_LIBNAME="boost_python"
-+BOOST_PYTHON_LIBNAME="boost_python-$PYTHON_VERSION"
-
- AC_ARG_WITH(
- [boost-include-dir],
-@@ -90,7 +90,7 @@ AC_ARG_WITH(
-
- AC_ARG_WITH(
- [boost-python-libname],
-- [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python)"])],
-+ [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python-$PYTHON_VERSION)"])],
- [BOOST_PYTHON_LIBNAME="$withval"])
-
- CXXFLAGS="$CXXFLAGS $BOOST_PYTHON_CXXFLAGS -I$PYTHON_INC_DIR"