summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven J Newbury <steve@snewbury.org.uk>2009-03-30 21:42:23 +0100
committerSteven J Newbury <steve@snewbury.org.uk>2009-03-30 21:42:23 +0100
commitcfe1849218e1c383ddee50b42cde9bb82b6db370 (patch)
tree4d3435f3f54d67c0da7daaf3f82f92a811a4a23a /sys-apps
parentMake live glitz ebuild work (diff)
downloadmultilib-portage-cfe1849218e1c383ddee50b42cde9bb82b6db370.tar.gz
multilib-portage-cfe1849218e1c383ddee50b42cde9bb82b6db370.tar.bz2
multilib-portage-cfe1849218e1c383ddee50b42cde9bb82b6db370.zip
Remove uneeded lib32 in IUSE, thanks Vlooe
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/attr/attr-2.4.39.ebuild2
-rw-r--r--sys-apps/attr/attr-2.4.41.ebuild2
-rw-r--r--sys-apps/attr/attr-2.4.43.ebuild2
-rw-r--r--sys-apps/parted/parted-1.7.1-r1.ebuild2
-rw-r--r--sys-apps/parted/parted-1.8.6.ebuild4
-rw-r--r--sys-apps/parted/parted-1.8.7.ebuild4
-rw-r--r--sys-apps/parted/parted-1.8.8.ebuild2
7 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/attr/attr-2.4.39.ebuild b/sys-apps/attr/attr-2.4.39.ebuild
index c7beae1ba..2470ed668 100644
--- a/sys-apps/attr/attr-2.4.39.ebuild
+++ b/sys-apps/attr/attr-2.4.39.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls lib32"
+IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )
sys-devel/autoconf"
diff --git a/sys-apps/attr/attr-2.4.41.ebuild b/sys-apps/attr/attr-2.4.41.ebuild
index c9e481e0f..e83edefe8 100644
--- a/sys-apps/attr/attr-2.4.41.ebuild
+++ b/sys-apps/attr/attr-2.4.41.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls lib32"
+IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )
sys-devel/autoconf"
diff --git a/sys-apps/attr/attr-2.4.43.ebuild b/sys-apps/attr/attr-2.4.43.ebuild
index 5dbabb9ae..da312996a 100644
--- a/sys-apps/attr/attr-2.4.43.ebuild
+++ b/sys-apps/attr/attr-2.4.43.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls lib32"
+IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )
sys-devel/autoconf"
diff --git a/sys-apps/parted/parted-1.7.1-r1.ebuild b/sys-apps/parted/parted-1.7.1-r1.ebuild
index 2d529af6b..4e8e56ab4 100644
--- a/sys-apps/parted/parted-1.7.1-r1.ebuild
+++ b/sys-apps/parted/parted-1.7.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls readline debug lib32"
+IUSE="nls readline debug"
# specific version for gettext needed
# to fix bug 85999
diff --git a/sys-apps/parted/parted-1.8.6.ebuild b/sys-apps/parted/parted-1.8.6.ebuild
index a3268f607..93adb3e13 100644
--- a/sys-apps/parted/parted-1.8.6.ebuild
+++ b/sys-apps/parted/parted-1.8.6.ebuild
@@ -4,6 +4,8 @@
EAPI="2"
+inherit eutils multilib-native
+
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
@@ -11,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls readline debug selinux device-mapper lib32"
+IUSE="nls readline debug selinux device-mapper"
# specific version for gettext needed
# to fix bug 85999
diff --git a/sys-apps/parted/parted-1.8.7.ebuild b/sys-apps/parted/parted-1.8.7.ebuild
index 65f088a8e..9ca6a6025 100644
--- a/sys-apps/parted/parted-1.8.7.ebuild
+++ b/sys-apps/parted/parted-1.8.7.ebuild
@@ -4,6 +4,8 @@
EAPI="2"
+inherit eutils multilib-native
+
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
@@ -11,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls readline debug selinux device-mapper lib32"
+IUSE="nls readline debug selinux device-mapper"
# specific version for gettext needed
# to fix bug 85999
diff --git a/sys-apps/parted/parted-1.8.8.ebuild b/sys-apps/parted/parted-1.8.8.ebuild
index a3d850ee5..a12c6f5f4 100644
--- a/sys-apps/parted/parted-1.8.8.ebuild
+++ b/sys-apps/parted/parted-1.8.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls readline debug selinux device-mapper lib32"
+IUSE="nls readline debug selinux device-mapper"
# specific version for gettext needed
# to fix bug 85999