commit: e564ff76a0feebab4ec7da7dde27314f2458f15f Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com> AuthorDate: Thu Jan 1 23:09:10 2015 +0000 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com> CommitDate: Thu Jan 1 23:09:10 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e564ff76
Properly fix bug 534086 Package-Manager: portage-2.2.15 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> --- sci-physics/root/ChangeLog | 4 ++++ sci-physics/root/root-5.34.18-r2.ebuild | 2 +- sci-physics/root/root-6.00.01-r1.ebuild | 2 +- sci-physics/root/root-6.00.02.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index c6b232d..4ef278c 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -4,6 +4,10 @@ 01 Jan 2015; Andrew Savchenko <[email protected]> root-5.34.18-r2.ebuild, root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild: + Rename virtual/postgresql to dev-db/postgresql + + 01 Jan 2015; Andrew Savchenko <[email protected]> root-5.34.18-r2.ebuild, + root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild: Use virtual for postgres dependency. This fixes bug 534086, reported by Juergen Rose diff --git a/sci-physics/root/root-5.34.18-r2.ebuild b/sci-physics/root/root-5.34.18-r2.ebuild index 34e6a59..7108ae3 100644 --- a/sci-physics/root/root-5.34.18-r2.ebuild +++ b/sci-physics/root/root-5.34.18-r2.ebuild @@ -88,7 +88,7 @@ CDEPEND=" mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) ) oracle? ( dev-db/oracle-instantclient-basic:0= ) - postgres? ( virtual/postgresql:= ) + postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6= ) pythia8? ( >=sci-physics/pythia-8.1.80:8= ) python? ( ${PYTHON_DEPS} ) diff --git a/sci-physics/root/root-6.00.01-r1.ebuild b/sci-physics/root/root-6.00.01-r1.ebuild index 47ffb03..fae938e 100644 --- a/sci-physics/root/root-6.00.01-r1.ebuild +++ b/sci-physics/root/root-6.00.01-r1.ebuild @@ -93,7 +93,7 @@ CDEPEND=" mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) ) oracle? ( dev-db/oracle-instantclient-basic:0= ) - postgres? ( virtual/postgresql:= ) + postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6= ) pythia8? ( >=sci-physics/pythia-8.1.80:8= ) python? ( ${PYTHON_DEPS} ) diff --git a/sci-physics/root/root-6.00.02.ebuild b/sci-physics/root/root-6.00.02.ebuild index a396ada..2711170 100644 --- a/sci-physics/root/root-6.00.02.ebuild +++ b/sci-physics/root/root-6.00.02.ebuild @@ -93,7 +93,7 @@ CDEPEND=" mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) ) oracle? ( dev-db/oracle-instantclient-basic:0= ) - postgres? ( virtual/postgresql:= ) + postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6= ) pythia8? ( >=sci-physics/pythia-8.1.80:8= ) python? ( ${PYTHON_DEPS} ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index bb8d51b..ac10320 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -93,7 +93,7 @@ CDEPEND=" mysql? ( virtual/mysql ) odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) ) oracle? ( dev-db/oracle-instantclient-basic:0= ) - postgres? ( virtual/postgresql:= ) + postgres? ( dev-db/postgresql:= ) pythia6? ( sci-physics/pythia:6= ) pythia8? ( >=sci-physics/pythia-8.1.80:8= ) python? ( ${PYTHON_DEPS} )
