diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-21 18:56:03 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-21 18:56:03 +0000 |
commit | d4415253f40e3a74ad64c90ce92d2fde386847f0 (patch) | |
tree | a2aa3f52a616e33f8bf6f9a019e4bb7b0de7e240 /net-irc/atheme | |
parent | Changed dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff) | |
download | historical-d4415253f40e3a74ad64c90ce92d2fde386847f0.tar.gz historical-d4415253f40e3a74ad64c90ce92d2fde386847f0.tar.bz2 historical-d4415253f40e3a74ad64c90ce92d2fde386847f0.zip |
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'net-irc/atheme')
-rw-r--r-- | net-irc/atheme/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/atheme/atheme-0.2.2.ebuild | 6 | ||||
-rw-r--r-- | net-irc/atheme/atheme-1.2.1.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-irc/atheme/ChangeLog b/net-irc/atheme/ChangeLog index 0906c417f564..e7cdfeec7b70 100644 --- a/net-irc/atheme/ChangeLog +++ b/net-irc/atheme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/atheme -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.6 2007/07/03 17:57:58 welp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.7 2008/05/21 18:55:28 dev-zero Exp $ + + 21 May 2008; Tiziano Müller <dev-zero@gentoo.org> atheme-0.2.2.ebuild, + atheme-1.2.1.ebuild: + Changed dependency for postgresql from dev-db/postgresql to + virtual/postgresql-server 03 Jul 2007; Peter Weller <welp@gentoo.org> atheme-0.2.2.ebuild, atheme-1.2.1.ebuild: diff --git a/net-irc/atheme/atheme-0.2.2.ebuild b/net-irc/atheme/atheme-0.2.2.ebuild index a7dd49fb7f33..1660bd290bed 100644 --- a/net-irc/atheme/atheme-0.2.2.ebuild +++ b/net-irc/atheme/atheme-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.6 2007/07/03 17:57:58 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.7 2008/05/21 18:55:28 dev-zero Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~sparc ~x86 ~x86-fbsd" IUSE="largenet postgres" -RDEPEND="postgres? ( dev-db/postgresql )" +RDEPEND="postgres? ( virtual/postgresql-server )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.59" diff --git a/net-irc/atheme/atheme-1.2.1.ebuild b/net-irc/atheme/atheme-1.2.1.ebuild index 0e3513c85bc1..6fe8f5e8267c 100644 --- a/net-irc/atheme/atheme-1.2.1.ebuild +++ b/net-irc/atheme/atheme-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.3 2007/07/03 17:57:58 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.4 2008/05/21 18:55:28 dev-zero Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~sparc ~x86 ~x86-fbsd" IUSE="largenet postgres" -RDEPEND="postgres? ( dev-db/postgresql )" +RDEPEND="postgres? ( virtual/postgresql-server )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.59" |