diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-09 07:30:42 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-09 07:30:42 +0000 |
commit | a49b74cc1d0e67b9a4b770a73694a9e38488b7e6 (patch) | |
tree | 89ce6836d12abdafe307b388c731db92d81a3b4c /x11-themes/silver-xcursors | |
parent | repoman: Fix leading whitespace (diff) | |
download | historical-a49b74cc1d0e67b9a4b770a73694a9e38488b7e6.tar.gz historical-a49b74cc1d0e67b9a4b770a73694a9e38488b7e6.tar.bz2 historical-a49b74cc1d0e67b9a4b770a73694a9e38488b7e6.zip |
Remove pointless call to portageq.
Diffstat (limited to 'x11-themes/silver-xcursors')
-rw-r--r-- | x11-themes/silver-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/silver-xcursors/ChangeLog b/x11-themes/silver-xcursors/ChangeLog index 99c69b6c1f01..ffe3ac9b9ebb 100644 --- a/x11-themes/silver-xcursors/ChangeLog +++ b/x11-themes/silver-xcursors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/silver-xcursors # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.8 2004/06/09 01:48:23 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.9 2004/06/09 07:30:42 spyderous Exp $ + + 09 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; + silver-xcursors-0.4.ebuild: + Remove pointless call to portageq. 08 Jun 2004; Scott W Taylor <swtaylor@gentoo.org> silver-xcursors-0.4.ebuild: diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild index a0cacdc9ac45..478a54b9320e 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4.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/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.9 2004/06/09 07:14:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.10 2004/06/09 07:30:42 spyderous Exp $ MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -14,7 +14,7 @@ DEPEND="" RDEPEND="virtual/x11" src_install() { - X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" einfo "X11 implementation is ${X11_IMPLEM}." |