diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-06 14:37:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-12-06 14:37:25 +0000 |
commit | 986f098aaa1054159a00b42a688865dc50eb7808 (patch) | |
tree | 24136cee95bc879eb9eee64c0f4566de3a7d6e80 /sys-fs | |
parent | Remove gtk support from ocfs2-tools (diff) | |
download | portage-986f098aaa1054159a00b42a688865dc50eb7808.tar.bz2 portage-986f098aaa1054159a00b42a688865dc50eb7808.tar.xz portage-986f098aaa1054159a00b42a688865dc50eb7808.zip |
Remove use of gtk USE flag
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ocfs2-tools/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.8.6-r1.ebuild | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/ocfs2-tools/Manifest b/sys-fs/ocfs2-tools/Manifest index 06d14ba..2091311 100644 --- a/sys-fs/ocfs2-tools/Manifest +++ b/sys-fs/ocfs2-tools/Manifest @@ -5,4 +5,4 @@ DIST ocfs2-tools-1.8.4.2.tar.gz 1481445 BLAKE2B 056b84eceb374662ee036c5700587923 DIST ocfs2-tools-1.8.6.tar.gz 1492057 BLAKE2B 0275d10d4b07c20cb99920bc522331f9c51f77e6d978807b02c32ae732eeb1b1ab666e26afe70ead2c029d17e3aa0b0347d80e808458fbea1e32783a1a942f7b SHA512 71abe46152b065b9ba7db192b9f14ed28a1fbf0fa68822d4e8188c6f1654dfaaa29ae72ea4219bd68e7fade7791a08d36cbd5af5a16a2ee96e194ecb6f0d950b EBUILD ocfs2-tools-1.8.4.1-r1.ebuild 1473 BLAKE2B 6596a4513f00a689d59c0140b62b353ae37c35c3ab6377ef52c2dc73bef822e99e79c9c81ec3ee299a94c4f45abf1a17fd3bc30a3d3ef9fd08407da627205a8e SHA512 da1df0bc34b6629987010e308c7c9413c231982f5a10d8921907b9aff6b93dcd6c041996e562b307c3f396b8fdb005799a25c458abf3bf75a5ca27c1ecb24bcd EBUILD ocfs2-tools-1.8.4.2.ebuild 1473 BLAKE2B 6596a4513f00a689d59c0140b62b353ae37c35c3ab6377ef52c2dc73bef822e99e79c9c81ec3ee299a94c4f45abf1a17fd3bc30a3d3ef9fd08407da627205a8e SHA512 da1df0bc34b6629987010e308c7c9413c231982f5a10d8921907b9aff6b93dcd6c041996e562b307c3f396b8fdb005799a25c458abf3bf75a5ca27c1ecb24bcd -EBUILD ocfs2-tools-1.8.6-r1.ebuild 1371 BLAKE2B c87b808adea9339c85dd793a3ac2afcca93a6f6690c58fec83febfb42f9ce606f0ff11f7a8e30c0820c95d815c400ba73da613cef1f0e0b84e384fb7f0998a4c SHA512 1fbf6908898ddfc2ba1bed061edad56cf877a28497c55b05372a1c328900a1a17da4dbc4d0242cf46b0a4a28f070c956fcc7b687c1ae89ed822d09ad9cf14ba8 +EBUILD ocfs2-tools-1.8.6-r1.ebuild 1336 BLAKE2B e4b405ea006a5218f63893f53276036cae92c676de5d58418152b2ffe2ee7d4e44ada044f047ab2419ffe9feb59624ec5df15e4d408bc4bf1a991cf70c5ee659 SHA512 b9435fb5887a1219938b057ea8398209f936ebe38d9524622686d13143d87a7f5697a85ca91fa91f2e45e63e7881f92ca6d39aa7d2b9fd8f67c003067febbd8f diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6-r1.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6-r1.ebuild index d162272..437d173 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6-r1.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6-r1.ebuild @@ -50,7 +50,6 @@ src_configure() { econf \ $(use_enable debug debug) \ $(use_enable debug debugexe) \ - $(use_enable gtk ocfs2console) \ --enable-dynamic-fsck \ --enable-dynamic-ctl } |