diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:33:22 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:33:22 +0000 |
commit | c46ede352c97661cec2f693aafbf72701a1ba0a0 (patch) | |
tree | 15b272831b47bd7461609cb88e713e1c7d6f68d8 /www-apps/sitebar | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | historical-c46ede352c97661cec2f693aafbf72701a1ba0a0.tar.gz historical-c46ede352c97661cec2f693aafbf72701a1ba0a0.tar.bz2 historical-c46ede352c97661cec2f693aafbf72701a1ba0a0.zip |
dev-db/mysql => virtual/mysql
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r-- | www-apps/sitebar/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog index 9d305129ca19..4914873126cb 100644 --- a/www-apps/sitebar/ChangeLog +++ b/www-apps/sitebar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/sitebar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.13 2006/08/22 13:28:49 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.14 2006/11/23 17:29:00 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> sitebar-3.3.8-r1.ebuild: + dev-db/mysql => virtual/mysql 22 Aug 2006; Renat Lumpau <rl03@gentoo.org> -sitebar-3.2.6.ebuild: Removed old version diff --git a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild b/www-apps/sitebar/sitebar-3.3.8-r1.ebuild index f35dfbc92d19..ffde29e7963b 100644 --- a/www-apps/sitebar/sitebar-3.3.8-r1.ebuild +++ b/www-apps/sitebar/sitebar-3.3.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.8-r1.ebuild,v 1.2 2006/08/18 15:47:42 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.8-r1.ebuild,v 1.3 2006/11/23 17:29:00 vivo Exp $ inherit webapp eutils @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" DEPEND="net-www/apache virtual/php - mysql? ( >=dev-db/mysql-3.23 )" + mysql? ( virtual/mysql )" LICENSE="GPL-2" src_unpack() { |