diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-20 18:18:07 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-20 18:18:07 +0000 |
commit | 15c62e530bd31dacb590487ed772fe0c15ef3c6c (patch) | |
tree | f2543bbe38e16f2f847c902a6dac6b6ec129a661 /app-accessibility | |
parent | Changed --with-random to --with-devrandom, closes #48432. (Manifest recommit) (diff) | |
download | gentoo-2-15c62e530bd31dacb590487ed772fe0c15ef3c6c.tar.gz gentoo-2-15c62e530bd31dacb590487ed772fe0c15ef3c6c.tar.bz2 gentoo-2-15c62e530bd31dacb590487ed772fe0c15ef3c6c.zip |
Added scrollkeeper dep. Closes bug #34480
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gnopernicus/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild | 5 | ||||
-rw-r--r-- | app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog index 72192444798f..c34cba09c5cc 100644 --- a/app-accessibility/gnopernicus/ChangeLog +++ b/app-accessibility/gnopernicus/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-accessibility/gnopernicus # Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.5 2004/04/19 18:44:33 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.6 2004/04/20 18:18:07 leonardop Exp $ + 20 Apr 2004; L. Boshell <leonardop@gentoo.org> gnopernicus-0.8.0.ebuild, + gnopernicus-0.8.1.ebuild: + Added scrollkeeper dependency. Resolves bug #34480. + 19 Apr 2004; L. Boshell <leonardop@gentoo.org> gnopernicus-0.8.0.ebuild: Marked stable on x86. diff --git a/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild index 62c523415e9b..7541dd2b63e0 100644 --- a/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild +++ b/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild,v 1.2 2004/04/19 18:44:33 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.0.ebuild,v 1.3 2004/04/20 18:18:07 leonardop Exp $ inherit gnome2 @@ -30,7 +30,8 @@ RDEPEND=">=gnome-base/gconf-1.1.5 DEPEND="${RDEPEND} >=dev-util/intltool-0.29 - dev-util/pkgconfig" + dev-util/pkgconfig + app-text/scrollkeeper" G2CONF="${G2CONF} \ --with-default-fonts-path=${D}/usr/share/fonts/default/Type1 \ diff --git a/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild index e95c84ada35d..dbb664da34bd 100644 --- a/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild +++ b/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild,v 1.1 2004/03/25 04:39:41 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.1.ebuild,v 1.2 2004/04/20 18:18:07 leonardop Exp $ inherit eutils gnome2 @@ -34,7 +34,8 @@ RDEPEND=">=gnome-base/gconf-1.1.5 DEPEND="${RDEPEND} >=dev-util/intltool-0.29 - dev-util/pkgconfig" + dev-util/pkgconfig + app-text/scrollkeeper" G2CONF="${G2CONF} --with-default-fonts-path=${D}/usr/share/fonts/default/Type1" G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty)" |