diff options
author | James Cloos <cloos@jhcloos.com> | 2008-10-10 04:01:47 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-10-10 04:01:47 -0400 |
commit | 7882cf19c6aebd52930b31e02e0316937b95b8e0 (patch) | |
tree | ebb7311d1bb673c961062c509a1a3e34f6fb0526 | |
parent | e7e8cf13597e19867f2ad600fbf499bfe433bb05 (diff) |
Update x11-libs/libXaw-9999
Upstream no longer support xprint, so remove the USE flag and the configure option.
-rw-r--r-- | x11-libs/libXaw/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-9999.ebuild | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/x11-libs/libXaw/Manifest b/x11-libs/libXaw/Manifest index 3775b4c..3d722a0 100644 --- a/x11-libs/libXaw/Manifest +++ b/x11-libs/libXaw/Manifest @@ -1,2 +1,2 @@ AUX libXaw-9999-configure.patch 360 RMD160 a84a6f45fac425ce7fe6e2aa9058b7a0464ad22a SHA1 bc66799a869b04d9dd7dd4490d3a954d21f66135 SHA256 37697d620a1fb209ac0abb9f06d2624f5859d2d841f0a23c160667e435896a7f -EBUILD libXaw-9999.ebuild 679 RMD160 69dfb9890887f815d5df92473fc2eab406030e93 SHA1 d3e49cfa2fa2b084243615cafb627e9ae3a14440 SHA256 5198d4c4abe63042ebaced3fe5282f0d715fb2129b3cb05ce41ecb3cf5cdfada +EBUILD libXaw-9999.ebuild 618 RMD160 0a4faaf521fb294af3e23704cc99cf8287c8f2d1 SHA1 42306c62c1d6123038aad4dca8f8ea86c359575d SHA256 bd1956159654439d439fb7078c1c4669b03aed83df748d6eaac2f6502404a37c diff --git a/x11-libs/libXaw/libXaw-9999.ebuild b/x11-libs/libXaw/libXaw-9999.ebuild index 9f24e16..d6a95d0 100644 --- a/x11-libs/libXaw/libXaw-9999.ebuild +++ b/x11-libs/libXaw/libXaw-9999.ebuild @@ -7,7 +7,6 @@ inherit x-modular DESCRIPTION="X.Org Xaw library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="xprint" RDEPEND="x11-libs/libX11 x11-libs/libXt @@ -18,8 +17,6 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} sys-apps/ed" -CONFIGURE_OPTIONS="$(use_enable xprint xaw8)" - pkg_setup() { # No such function yet # x-modular_pkg_setup |