diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 18:21:59 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 18:21:59 +0000 |
commit | 78712c60ded41a74de10fae188d227e141bb0b46 (patch) | |
tree | 639831f187118b07d67bc2ebf682ab53c2191155 /dev-cpp | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-78712c60ded41a74de10fae188d227e141bb0b46.tar.gz gentoo-2-78712c60ded41a74de10fae188d227e141bb0b46.tar.bz2 gentoo-2-78712c60ded41a74de10fae188d227e141bb0b46.zip |
fix R/DEPENDs typo
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtkglextmm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtkglextmm/ChangeLog b/dev-cpp/gtkglextmm/ChangeLog index c1d55d345b5b..9dd0e76218f4 100644 --- a/dev-cpp/gtkglextmm/ChangeLog +++ b/dev-cpp/gtkglextmm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gtkglextmm # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/ChangeLog,v 1.5 2004/06/24 21:48:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/ChangeLog,v 1.6 2004/10/17 18:21:59 liquidx Exp $ + + 17 Oct 2004; Alastair Tse <liquidx@gentoo.org> gtkglextmm-1.0.1.ebuild: + fix R/DEPENDs typo 30 May 2004; Danny van Dyk <kugelfang@gentoo.org> gtkglextmm-1.0.1.ebuild: Fixing BUG #52389. diff --git a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild index 2347b63c0409..28d7995d3115 100644 --- a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild +++ b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.5 2004/07/13 23:39:09 khai Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.6 2004/10/17 18:21:59 liquidx Exp $ inherit gnome2 @@ -13,7 +13,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -DEPEND=">=x11-libs/gtkglext-1 +RDEPEND=">=x11-libs/gtkglext-1 =dev-cpp/gtkmm-2.2* virtual/x11 virtual/opengl |