Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496220 - virtual/libintl - add multilib support
Summary: virtual/libintl - add multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Multilib team
URL:
Whiteboard:
Keywords: InOverlay
Depends on: 496218
Blocks: 474654 480396
  Show dependency tree
 
Reported: 2013-12-27 19:31 UTC by David Heidelberg (okias)
Modified: 2014-03-18 22:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2013-12-27 19:31:04 UTC
$SUBJ

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2013-12-28 13:49:37 UTC
reassinging to multilib, nothing to do with /Alt IMO.
Comment 2 David Heidelberg (okias) 2013-12-30 21:42:56 UTC
--- libintl-0.ebuild    2013-02-17 21:01:31.000000000 +0100
+++ libintl-0-r1.ebuild 2013-12-30 22:41:40.810973634 +0100
@@ -2,15 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.13 2013/02/17 19:52:15 zmedico Exp $
 
+EAPI=5
+inherit multilib-build
+
 DESCRIPTION="Virtual for the GNU Internationalization Library"
 HOMEPAGE=""
 SRC_URI=""
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_glibc elibc_uclibc"
 DEPEND=""
 
 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
 # that and gcc. And don't force uClibc to dep on this.
-RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( sys-devel/gettext ) )"
+RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( sys-devel/gettext[${MULTILIB_USEDEP}] ) )"
Comment 3 David Heidelberg (okias) 2014-01-03 22:16:04 UTC
virtual/libintl-0-r1::ixit
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-01-16 15:36:59 UTC
Committed.