[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/

2021-03-15 Thread Sam James
commit: 0e1f3efa5d775ce8dea65d1f11f75a6745949008
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:26:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:34:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1f3efa

x11-misc/xwit: drop 3.4_p15

Bug: https://bugs.gentoo.org/776496
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xwit/Manifest|  1 -
 x11-misc/xwit/xwit-3.4_p15.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index 8cce36e4f13..e0b850c31d5 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1,3 +1,2 @@
-DIST xwit_3.4-15.debian.tar.gz 20722 BLAKE2B 
fcec4b3cdfa0f4d0b90e172f4539bfb622e77c902e351d9423555bbb43706c79e3d2cb15bb83021151a4876cc2c3bdacb62f074d6af50e2896a55b20b31df5e1
 SHA512 
047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46
 DIST xwit_3.4-16.debian.tar.xz 17840 BLAKE2B 
05e772134c4c2c97c81b2367cdcbd73b21c5a4498a482b52dbbbc081426a623f242c3c77c73af3d6e6dbf46c1f1a7240b367776a691717402c309ccea644
 SHA512 
09086d375bb4c7b87c468a3ddad0ae62ad58e168c7875ea9e29bc37e599b193c7e8ff167ac471bb49f836b216876279430d03f462b62286130ed5c3ad0859263
 DIST xwit_3.4.orig.tar.gz 14557 BLAKE2B 
d023b89d02c8520421b35a69c3834d0493a1ab771b160c6c0592e9e43684062a7da9ed56491e90ba2948ba51b2d36f7b0c26ededdfa61a684b2a010d71865a56
 SHA512 
265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94

diff --git a/x11-misc/xwit/xwit-3.4_p15.ebuild 
b/x11-misc/xwit/xwit-3.4_p15.ebuild
deleted file mode 100644
index 6f20325979d..000
--- a/x11-misc/xwit/xwit-3.4_p15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A collection of simple routines to call some of those X11 
functions"
-HOMEPAGE="https://tracker.debian.org/pkg/xwit";
-SRC_URI="
-   mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
-   mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p/-}.debian.tar.gz
-"
-
-LICENSE="public-domain HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/${P/_p*/}.orig
-
-PATCHES=( "${WORKDIR}"/debian/patches )
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's|gcc|${CC}|g' \
-   Makefile || die
-   tc-export CC
-}
-
-src_install() {
-   dobin xwit
-   newman xwit.man xwit.1
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/

2021-03-15 Thread Sam James
commit: d28e2c16398b5e35379b14616833b3be74e64af3
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:16:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:18:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28e2c16

x11-misc/xwit: Stabilize 3.4_p16 x86, #776496

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xwit/xwit-3.4_p16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xwit/xwit-3.4_p16.ebuild 
b/x11-misc/xwit/xwit-3.4_p16.ebuild
index cc910e72687..5047e5de035 100644
--- a/x11-misc/xwit/xwit-3.4_p16.ebuild
+++ b/x11-misc/xwit/xwit-3.4_p16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="public-domain HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/

2020-02-02 Thread Jeroen Roovers
commit: 33fc41835807c22f237e21bcac65ff7668fa535c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  2 20:32:18 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  2 20:32:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fc4183

x11-misc/xwit: Version 3.4_p16

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/xwit/Manifest|  1 +
 x11-misc/xwit/xwit-3.4_p16.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index 962a2387ad6..8cce36e4f13 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1,2 +1,3 @@
 DIST xwit_3.4-15.debian.tar.gz 20722 BLAKE2B 
fcec4b3cdfa0f4d0b90e172f4539bfb622e77c902e351d9423555bbb43706c79e3d2cb15bb83021151a4876cc2c3bdacb62f074d6af50e2896a55b20b31df5e1
 SHA512 
047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46
+DIST xwit_3.4-16.debian.tar.xz 17840 BLAKE2B 
05e772134c4c2c97c81b2367cdcbd73b21c5a4498a482b52dbbbc081426a623f242c3c77c73af3d6e6dbf46c1f1a7240b367776a691717402c309ccea644
 SHA512 
09086d375bb4c7b87c468a3ddad0ae62ad58e168c7875ea9e29bc37e599b193c7e8ff167ac471bb49f836b216876279430d03f462b62286130ed5c3ad0859263
 DIST xwit_3.4.orig.tar.gz 14557 BLAKE2B 
d023b89d02c8520421b35a69c3834d0493a1ab771b160c6c0592e9e43684062a7da9ed56491e90ba2948ba51b2d36f7b0c26ededdfa61a684b2a010d71865a56
 SHA512 
265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94

diff --git a/x11-misc/xwit/xwit-3.4_p16.ebuild 
b/x11-misc/xwit/xwit-3.4_p16.ebuild
new file mode 100644
index 000..cc910e72687
--- /dev/null
+++ b/x11-misc/xwit/xwit-3.4_p16.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A collection of simple routines to call some of those X11 
functions"
+HOMEPAGE="https://tracker.debian.org/pkg/xwit";
+SRC_URI="
+   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
+   mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
+"
+
+LICENSE="public-domain HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+S=${WORKDIR}/${P/_p*/}.orig
+PATCHES=( "${WORKDIR}"/debian/patches )
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's|gcc|${CC}|g' \
+   Makefile || die
+   tc-export CC
+}
+
+src_install() {
+   dobin xwit
+   newman xwit.man xwit.1
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/files/

2017-08-13 Thread David Seifert
commit: fa3659163a459cca2f2a04a2c0b236c4ee52cc3d
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:52:00 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa365916

x11-misc/xwit: remove unused patch/file

Closes: https://github.com/gentoo/gentoo/pull/5383

 x11-misc/xwit/files/Makefile |  6 --
 x11-misc/xwit/files/malloc.patch | 11 ---
 2 files changed, 17 deletions(-)

diff --git a/x11-misc/xwit/files/Makefile b/x11-misc/xwit/files/Makefile
deleted file mode 100644
index 7b106f0d716..000
--- a/x11-misc/xwit/files/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-src = xwit.c dsimple.c ClientWin.c
-
-all: xwit
-
-xwit: $(o)
-   $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(src) -o xwit -lX11

diff --git a/x11-misc/xwit/files/malloc.patch b/x11-misc/xwit/files/malloc.patch
deleted file mode 100644
index 41c3a7b82ef..000
--- a/x11-misc/xwit/files/malloc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 dsimple.c_ 2005-06-05 16:07:10.0 +0200
-+++ dsimple.c  2005-06-05 16:07:47.0 +0200
-@@ -46,7 +46,7 @@
- char *Malloc(size)
-  unsigned size;
- {
--  char *data, *malloc();
-+  char *data; //, *malloc();
- 
-   if (!(data = malloc(size)))
- Fatal_Error("Out of memory!");



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/

2017-04-01 Thread David Seifert
commit: 116d5869ce8d947569d3f6bff229e8dacc468752
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Mar 28 18:37:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  1 10:23:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116d5869

x11-misc/xwit: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xwit/Manifest|  1 -
 x11-misc/xwit/xwit-3.4.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index 09b354449ae..0a938eb5736 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1,3 +1,2 @@
-DIST xwit-3.4.tar.gz 14536 SHA256 
d915a7f2f8809da41edcc7784c2618be3f8ce179d82d8ace6d27ba264332c729 SHA512 
db0cc8cd7e899790493ca97fa4f12869385d1cfaa807298476d961401004d752531fe75ec72520733e78d81dcd91009c1b4437295056dc1de6219d766235cc5f
 WHIRLPOOL 
a72beed7ee71abc4b1679979bb05185f97fe905f2bf36b1bab6cc9874fc282b303ce458e5f1acdc9497fdc545444582f1e943d014c2747782bbbd0b70f961b08
 DIST xwit_3.4-15.debian.tar.gz 20722 SHA256 
71ee4d9816086f603754a4c16da8fd773c590821af386eb8adc2665623089f8c SHA512 
047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46
 WHIRLPOOL 
d246a368077e1025517dd59b6c8282bc9bdbe75dfa675aaad7cc0e9016b4663bba47da05a930e5e985d299ed2a8e54d7b0e7ffcea6f1c33974c195bc4d10
 DIST xwit_3.4.orig.tar.gz 14557 SHA256 
32e7b4929d31209791cab36e083a3fa6076f84b46dafad8642834a57675078f8 SHA512 
265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94
 WHIRLPOOL 
b6989175ef4db74d977969b5a22f9f5f4c01ee9457c3d1009273a45b994606dced8f0ed982f19699480a221f636800fdccd0a89ce563193e0af6190aec389a10

diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild
deleted file mode 100644
index c73dfdc9bbd..000
--- a/x11-misc/xwit/xwit-3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A collection of simple routines to call some of those X11 
functions"
-HOMEPAGE="https://tracker.debian.org/pkg/xwit";
-SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz";
-
-LICENSE="public-domain HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/malloc.patch
-   cp -vf "${FILESDIR}"/Makefile .
-}
-
-src_compile() {
-   tc-export CC
-   emake || die
-}
-
-src_install() {
-   dobin xwit || die
-   newman xwit.man xwit.1 || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/

2017-03-21 Thread Agostino Sarubbo
commit: 1b23ed08218abdc0ac003ae3cd0876240ff73eca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 21 14:33:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 21 14:33:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b23ed08

x11-misc/xwit: x86 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xwit/xwit-3.4_p15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xwit/xwit-3.4_p15.ebuild 
b/x11-misc/xwit/xwit-3.4_p15.ebuild
index 05261dd57f2..94f68ee5540 100644
--- a/x11-misc/xwit/xwit-3.4_p15.ebuild
+++ b/x11-misc/xwit/xwit-3.4_p15.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="public-domain HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwit/, x11-misc/xwit/files/

2017-02-25 Thread David Seifert
commit: 49ed82a2ff850060ca3c20a5b0416827cc88d00b
Author: Harri Nieminen  gmail  com>
AuthorDate: Fri Feb 24 06:44:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 25 14:15:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ed82a2

x11-misc/xwit: Use debian patches

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4071

 x11-misc/xwit/Manifest |  2 +
 x11-misc/xwit/files/xwit-3.4-malloc-includes.patch | 49 --
 x11-misc/xwit/xwit-3.4-r1.ebuild   | 33 ---
 x11-misc/xwit/xwit-3.4.ebuild  |  4 +-
 x11-misc/xwit/xwit-3.4_p15.ebuild  | 40 ++
 5 files changed, 44 insertions(+), 84 deletions(-)

diff --git a/x11-misc/xwit/Manifest b/x11-misc/xwit/Manifest
index e1d32c6e0b..09b354449a 100644
--- a/x11-misc/xwit/Manifest
+++ b/x11-misc/xwit/Manifest
@@ -1 +1,3 @@
 DIST xwit-3.4.tar.gz 14536 SHA256 
d915a7f2f8809da41edcc7784c2618be3f8ce179d82d8ace6d27ba264332c729 SHA512 
db0cc8cd7e899790493ca97fa4f12869385d1cfaa807298476d961401004d752531fe75ec72520733e78d81dcd91009c1b4437295056dc1de6219d766235cc5f
 WHIRLPOOL 
a72beed7ee71abc4b1679979bb05185f97fe905f2bf36b1bab6cc9874fc282b303ce458e5f1acdc9497fdc545444582f1e943d014c2747782bbbd0b70f961b08
+DIST xwit_3.4-15.debian.tar.gz 20722 SHA256 
71ee4d9816086f603754a4c16da8fd773c590821af386eb8adc2665623089f8c SHA512 
047e00e5ff0282729495f39c7cb264837306da46d24e4d95e835d6d0060acd0bfa8f8cedff37ab8c503f267d8c5d42e5af0120cba6260e6eb9dd8c9a3a9dab46
 WHIRLPOOL 
d246a368077e1025517dd59b6c8282bc9bdbe75dfa675aaad7cc0e9016b4663bba47da05a930e5e985d299ed2a8e54d7b0e7ffcea6f1c33974c195bc4d10
+DIST xwit_3.4.orig.tar.gz 14557 SHA256 
32e7b4929d31209791cab36e083a3fa6076f84b46dafad8642834a57675078f8 SHA512 
265114f81ede19e477685373e39deed3cf7cd3fd9dbb445362f34ea96dac6d9686d1c55cf882636f7d02598c83f5ee1ca2688fcbd01f6fc7ef34cac75691df94
 WHIRLPOOL 
b6989175ef4db74d977969b5a22f9f5f4c01ee9457c3d1009273a45b994606dced8f0ed982f19699480a221f636800fdccd0a89ce563193e0af6190aec389a10

diff --git a/x11-misc/xwit/files/xwit-3.4-malloc-includes.patch 
b/x11-misc/xwit/files/xwit-3.4-malloc-includes.patch
deleted file mode 100644
index beda933c19..00
--- a/x11-misc/xwit/files/xwit-3.4-malloc-includes.patch
+++ /dev/null
@@ -1,49 +0,0 @@
 a/dsimple.c1995-10-19 00:59:17.0 +0100
-+++ b/dsimple.c2013-08-03 18:27:16.670506562 +0200
-@@ -5,6 +5,8 @@
- #include 
- #include 
- #include 
-+#include  /* malloc() */
-+#include  /* exit() */
- /*
-  * Other_stuff.h: Definitions of routines in other_stuff.
-  *
-@@ -46,7 +48,7 @@
- char *Malloc(size)
-  unsigned size;
- {
--  char *data, *malloc();
-+  char *data; /*, *malloc(); */
- 
-   if (!(data = malloc(size)))
- Fatal_Error("Out of memory!");
-@@ -62,7 +64,7 @@
- char *ptr;
- int size;
- {
--  char *new_ptr, *realloc();
-+  char *new_ptr; /*, *realloc(); */
- 
-   if (!ptr)
- return(Malloc(size));
 a/xwit.c   1997-10-21 03:32:54.0 +0200
-+++ b/xwit.c   2013-08-03 18:38:52.075456902 +0200
-@@ -31,6 +31,8 @@
- #include 
- #include 
- #include 
-+#include  /* atoi() */
-+#include  /* select() */
  
- #include 
- #include "dsimple.h"
- 
-@@ -134,7 +136,7 @@
- struct timeval tv;
- tv.tv_sec = ms/1000;
- tv.tv_usec = (ms%1000)*1000;
--select(0,(int*)0,(int*)0,(int*)0,&tv);
-+select(0,0,0,0,&tv);
- }
- 
- /*

diff --git a/x11-misc/xwit/xwit-3.4-r1.ebuild b/x11-misc/xwit/xwit-3.4-r1.ebuild
deleted file mode 100644
index 758c1a8067..00
--- a/x11-misc/xwit/xwit-3.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A collection of simple routines to call some of those X11 
functions"
-HOMEPAGE="http://ftp.x.org/contrib/utilities/xwit-3.4.README";
-SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz";
-
-LICENSE="public-domain HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-malloc-includes.patch
-
-   cp -vf "${FILESDIR}"/Makefile .
-
-   tc-export CC
-}
-
-src_install() {
-   dobin xwit
-   newman xwit.man xwit.1
-   dodoc README
-}

diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild
index efacade6cb..8c371591f8 100644
--- a/x11-misc/xwit/xwit-3.4.ebuild
+++ b/x11-misc/xwit/xwit-3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=2