diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 19:06:31 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 19:06:31 +0000 |
commit | 566ba9af424e92a0e301236a6995b860a6dd3de9 (patch) | |
tree | 3e3673502c435f3d850ea3c83c66ddfca1aea16c /net-irc/oer-mysql | |
parent | QA - removed surperflous S assignment. Added missing IUSE. Marked stable on x... (diff) | |
download | historical-566ba9af424e92a0e301236a6995b860a6dd3de9.tar.gz historical-566ba9af424e92a0e301236a6995b860a6dd3de9.tar.bz2 historical-566ba9af424e92a0e301236a6995b860a6dd3de9.zip |
fixing depend qa issue. see 45343.
Diffstat (limited to 'net-irc/oer-mysql')
-rw-r--r-- | net-irc/oer-mysql/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/oer-mysql/oer-mysql-1.0.42.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/oer-mysql/ChangeLog b/net-irc/oer-mysql/ChangeLog index c7fa2ee2fddb..cd0fdfdfec45 100644 --- a/net-irc/oer-mysql/ChangeLog +++ b/net-irc/oer-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/oer-mysql -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.2 2004/03/15 12:02:16 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.3 2004/03/23 19:06:31 mholzer Exp $ + + 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> oer-mysql-1.0.42.ebuild: + fixing depend qa issue. see 45343. 15 Mar 2004; Chuck Short <zul@gentoo.org> oer-mysql-1.0.42.ebuild: Marked stable for x86 diff --git a/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild b/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild index 6829e0776a7b..e5c13b15c046 100644 --- a/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild +++ b/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild,v 1.2 2004/03/15 12:02:16 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.42.ebuild,v 1.3 2004/03/23 19:06:31 mholzer Exp $ + IUSE="" MY_P=N"oer+MySQL" S=${WORKDIR}/${MY_P}-dist @@ -12,10 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -RDEPEND="virtual/glibc +DEPEND="virtual/glibc >=dev-db/mysql-3.23.52-r1 >=sys-apps/sed-3.02.80-r4" -DEPEND="${RDEPEND}" src_compile() { |