diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
commit | 1a465131b8b8a62d248489fbdf069701dc4b3769 (patch) | |
tree | 25979e940e8cd4910dc22c9c21116e77da569c85 /app-text/pspresent | |
parent | Version bumped. Closes 55675 (Manifest recommit) (diff) | |
download | gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.gz gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.bz2 gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/pspresent')
-rw-r--r-- | app-text/pspresent/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/pspresent/pspresent-1.1.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog index 85860506044c..b8cb9bfeb230 100644 --- a/app-text/pspresent/ChangeLog +++ b/app-text/pspresent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/pspresent # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.4 2004/06/24 22:48:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.5 2004/07/01 12:01:57 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pspresent-1.1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pspresent-1.1.ebuild: + virtual/glibc -> virtual/libc 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> pspresent-1.1.ebuild: Fix use invocation diff --git a/app-text/pspresent/pspresent-1.1.ebuild b/app-text/pspresent/pspresent-1.1.ebuild index 0581b443a15b..01129379c7d2 100644 --- a/app-text/pspresent/pspresent-1.1.ebuild +++ b/app-text/pspresent/pspresent-1.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/app-text/pspresent/pspresent-1.1.ebuild,v 1.6 2004/06/24 22:48:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.1.ebuild,v 1.7 2004/07/01 12:01:57 eradicator Exp $ IUSE="xinerama" @@ -8,11 +8,11 @@ DESCRIPTION="A tool to display full-screen PostScript presentations." SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 >=sys-apps/sed-4 virtual/ghostscript" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc virtual/x11 virtual/ghostscript" |